Acme-CPANModules-BrowserUtilities
view release on metacpan or search on metacpan
lib/Acme/CPANModules/BrowserUtilities.pm view on Meta::CPAN
_
our $text_opera = <<'_';
<pm:App::OperaUtils> (comes with CLIs like <prog:pause-opera>,
<prog:unpause-opera>, <prog:kill-opera>, etc).
<pm:App::DumpOperaHistory> (comes with CLI: <prog:dump-opera-history>).
_
our $text_vivaldi = <<'_';
<pm:App::VivaldiUtils> (comes with CLIs like <prog:pause-vivaldi>,
<prog:unpause-vivaldi>, <prog:kill-vivaldi>, <prog:list-vivaldi-profiles>, etc).
<pm:App::DumpVivaldiHistory> (comes with CLI: <prog:dump-vivaldi-history>).
<pm:Vivaldi::Util::Profile>
_
my $text = <<_;
**General**
$text_general
**Firefox**
$text_firefox
**Google Chrome**
$text_chrome
**Opera**
$text_opera
**Vivaldi**
$text_vivaldi
_
our $LIST = {
summary => "List of utilities for web browsers",
description => $text,
};
Acme::CPANModulesUtil::Misc::populate_entries_from_module_links_in_description;
1;
# ABSTRACT: List of utilities for web browsers
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANModules::BrowserUtilities - List of utilities for web browsers
=head1 VERSION
This document describes version 0.004 of Acme::CPANModules::BrowserUtilities (from Perl distribution Acme-CPANModules-BrowserUtilities), released on 2022-03-18.
=head1 DESCRIPTION
B<General>
B<Firefox>
L<App::FirefoxUtils> (comes with CLIs like L<pause-firefox>,
L<unpause-firefox>, L<kill-firefox>, L<list-firefox-profiles>, etc).
L<App::DumpFirefoxHistory> (comes with CLI: L<dump-firefox-history>).
L<App::FirefoxMultiAccountContainersUtils> (comes with CLIs like:
L<firefox-mua-sort-containers>, L<firefox-mua-modify-containers>).
L<Firefox::Util::Profile>
L<Firefox::Sync::Client>
Install latest Firefox using L<instopt> (from L<App::instopt>) and
L<Software::Catalog::SW::firefox>.
L<WordList::HTTP::UserAgentString::Browser::Firefox>
B<I<Automating Firefox>>
L<Firefox::Marionette>
L<Selenium::Firefox>
L<WWW::Mechanize::Firefox> and L<MozRepl> used to be an alternative but no
longer work on current Firefox version (they require Firefox 54 or earlier).
Included in this group are: L<Firefox::Application>,
L<WWW::Mechanize::Firefox::Extended>.
B<Google Chrome>
L<App::ChromeUtils> (comes with CLIs like L<pause-chrome>,
L<unpause-chrome>, L<kill-chrome>, L<list-chrome-profiles>, etc).
L<App::DumpChromeHistory> (comes with CLI: L<dump-chrome-history>).
L<Chrome::Util::Profile>
L<WWW::Mechanize::Chrome>
B<Opera>
L<App::OperaUtils> (comes with CLIs like L<pause-opera>,
L<unpause-opera>, L<kill-opera>, etc).
L<App::DumpOperaHistory> (comes with CLI: L<dump-opera-history>).
( run in 0.412 second using v1.01-cache-2.11-cpan-39bf76dae61 )