Acme-CPANModules-BrowserUtilities

 view release on metacpan or  search on metacpan

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

package Acme::CPANModules::ChromeUtilities;

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 Google Chrome browser",
    description => $Acme::CPANModules::BrowserUtilities::text_chrome,
};

Acme::CPANModulesUtil::Misc::populate_entries_from_module_links_in_description;

1;
# ABSTRACT: List of utilities for Google Chrome browser

__END__

=pod

=encoding UTF-8

=head1 NAME

Acme::CPANModules::ChromeUtilities - List of utilities for Google Chrome browser

=head1 VERSION

This document describes version 0.004 of Acme::CPANModules::ChromeUtilities (from Perl distribution Acme-CPANModules-BrowserUtilities), released on 2022-03-18.

=head1 DESCRIPTION

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>

=head1 ACME::CPANMODULES ENTRIES

=over

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

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

Alternatively you can use the L<cpanmodules> CLI (from L<App::cpanmodules>
distribution):



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