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
( run in 1.965 second using v1.01-cache-2.11-cpan-39bf76dae61 )