Acme-CPANModules-BrowserUtilities

 view release on metacpan or  search on metacpan

lib/Acme/CPANModules/BrowserUtilities.pm  view on Meta::CPAN

package Acme::CPANModules::BrowserUtilities;

use strict;
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 $text_general = <<'_';
_

our $text_firefox = <<'_';

<pm:App::FirefoxUtils> (comes with CLIs like <prog:pause-firefox>,
<prog:unpause-firefox>, <prog:kill-firefox>, <prog:list-firefox-profiles>, etc).

<pm:App::DumpFirefoxHistory> (comes with CLI: <prog:dump-firefox-history>).

<pm:App::FirefoxMultiAccountContainersUtils> (comes with CLIs like:
<prog:firefox-mua-sort-containers>, <prog:firefox-mua-modify-containers>).

<pm:Firefox::Util::Profile>

<pm:Firefox::Sync::Client>

Install latest Firefox using <prog:instopt> (from <pm:App::instopt>) and
<pm:Software::Catalog::SW::firefox>.

<pm:WordList::HTTP::UserAgentString::Browser::Firefox>

***Automating Firefox***

<pm:Firefox::Marionette>

<pm:Selenium::Firefox>

<pm:WWW::Mechanize::Firefox> and <pm: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: <pm:Firefox::Application>,
<pm:WWW::Mechanize::Firefox::Extended>.

_

our $text_chrome = <<'_';

<pm:App::ChromeUtils> (comes with CLIs like <prog:pause-chrome>,
<prog:unpause-chrome>, <prog:kill-chrome>, <prog:list-chrome-profiles>, etc).

<pm:App::DumpChromeHistory> (comes with CLI: <prog:dump-chrome-history>).

<pm:Chrome::Util::Profile>

<pm:WWW::Mechanize::Chrome>

_

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>).

B<Vivaldi>

L<App::VivaldiUtils> (comes with CLIs like L<pause-vivaldi>,
L<unpause-vivaldi>, L<kill-vivaldi>, L<list-vivaldi-profiles>, etc).

L<App::DumpVivaldiHistory> (comes with CLI: L<dump-vivaldi-history>).

L<Vivaldi::Util::Profile>

=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>

=item * L<App::ChromeUtils> - Utilities related to Google Chrome browser

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item * L<App::DumpChromeHistory> - Dump Chrome history

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item * L<Chrome::Util::Profile> - List available Google Chrome profiles

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item * L<WWW::Mechanize::Chrome> - automate the Chrome browser

Author: L<CORION|https://metacpan.org/author/CORION>

=item * L<App::OperaUtils> - Utilities related to the Opera browser

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item * L<App::DumpOperaHistory> - Dump Opera history

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item * L<App::VivaldiUtils> - Utilities related to the Vivaldi browser

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item * L<App::DumpVivaldiHistory> - Dump Vivaldi history



( run in 1.540 second using v1.01-cache-2.11-cpan-39bf76dae61 )