Acme-CPANModules-BrowserUtilities
view release on metacpan or search on metacpan
lib/Acme/CPANModules/FirefoxUtilities.pm view on Meta::CPAN
package Acme::CPANModules::FirefoxUtilities;
use strict;
use Acme::CPANModules::BrowserUtilities;
use Acme::CPANModulesUtil::Misc;
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2022-03-18'; # DATE
our $DIST = 'Acme-CPANModules-BrowserUtilities'; # DIST
our $VERSION = '0.004'; # VERSION
our $LIST = {
summary => "List of utilities for Firefox browser",
description => $Acme::CPANModules::BrowserUtilities::text_firefox,
};
Acme::CPANModulesUtil::Misc::populate_entries_from_module_links_in_description;
1;
# ABSTRACT: List of utilities for Firefox browser
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANModules::FirefoxUtilities - List of utilities for Firefox browser
=head1 VERSION
This document describes version 0.004 of Acme::CPANModules::FirefoxUtilities (from Perl distribution Acme-CPANModules-BrowserUtilities), released on 2022-03-18.
=head1 DESCRIPTION
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>.
=head1 ACME::CPANMODULES ENTRIES
=over
=item * L<App::FirefoxUtils> - Utilities related to Firefox
Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>
=item * L<App::DumpFirefoxHistory> - Dump Firefox history
Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>
=item * L<App::FirefoxMultiAccountContainersUtils> - Utilities related to Firefox Multi-Account Containers add-on
Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>
=item * L<Firefox::Util::Profile> - Given a Firefox profile name, return its directory
Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>
=item * L<Firefox::Sync::Client> - A Client for the Firefox Sync Server
Author: L<SCHRORG|https://metacpan.org/author/SCHRORG>
=item * L<App::instopt> - Download and install software
Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>
=item * L<Software::Catalog::SW::firefox> - Firefox
Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>
=item * L<WordList::HTTP::UserAgentString::Browser::Firefox> - Collection of Firefox browser User-Agent strings
Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>
=item * L<Firefox::Marionette> - Automate the Firefox browser with the Marionette protocol
Author: L<DDICK|https://metacpan.org/author/DDICK>
=item * L<Selenium::Firefox> - Use FirefoxDriver without a Selenium server
Author: L<TEODESIAN|https://metacpan.org/author/TEODESIAN>
=item * L<WWW::Mechanize::Firefox> - use Firefox as if it were WWW::Mechanize
Author: L<CORION|https://metacpan.org/author/CORION>
=item * L<MozRepl> - Perl interface of MozRepl
Author: L<ZIGOROU|https://metacpan.org/author/ZIGOROU>
=item * L<Firefox::Application> - inspect and automate the Firefox UI
Author: L<CORION|https://metacpan.org/author/CORION>
=item * L<WWW::Mechanize::Firefox::Extended> - Adds handy functions to WWW::Mechanize::Firefox
Author: L<HOEKIT|https://metacpan.org/author/HOEKIT>
=back
=head1 FAQ
=head2 What is an Acme::CPANModules::* module?
An Acme::CPANModules::* module, like this module, contains just a list of module
names that share a common characteristics. It is a way to categorize modules and
document CPAN. See L<Acme::CPANModules> for more details.
=head2 What are ways to use this Acme::CPANModules module?
Aside from reading this Acme::CPANModules module's POD documentation, you can
install all the listed modules (entries) using L<cpanm-cpanmodules> script (from
L<App::cpanm::cpanmodules> distribution):
% cpanm-cpanmodules -n FirefoxUtilities
Alternatively you can use the L<cpanmodules> CLI (from L<App::cpanmodules>
distribution):
% cpanmodules ls-entries FirefoxUtilities | cpanm -n
or L<Acme::CM::Get>:
% perl -MAcme::CM::Get=FirefoxUtilities -E'say $_->{module} for @{ $LIST->{entries} }' | cpanm -n
or directly:
( run in 0.433 second using v1.01-cache-2.11-cpan-39bf76dae61 )