Metadata-Version: 1.1
Name: chrome_webstore_download
Version: 0.1.0
Summary: Google Chrome Webstore downloader
Home-page: http://github.com/jaymoulin/docker-google-chrome-webstore-download/
Author: Jay MOULIN
Author-email: jaymoulin@gmail.com
License: MIT
Description: =================================================
        Google Chrome Webstore Downloader - Python Module
        =================================================
        
        .. image:: https://img.shields.io/github/release/jaymoulin/docker-google-chrome-webstore-download.svg
            :alt: latest release
            :target: http://github.com/jaymoulin/docker-google-chrome-webstore-download/releases
        .. image:: https://img.shields.io/pypi/v/chrome_webstore_download.svg
            :alt: PyPI version
            :target: https://pypi.org/project/chrome_webstore_download/
        .. image:: https://github.com/jaymoulin/jaymoulin.github.io/raw/master/btc.png
            :alt: Bitcoin donation
            :target: https://m.freewallet.org/id/374ad82e/btc
        .. image:: https://github.com/jaymoulin/jaymoulin.github.io/raw/master/ltc.png
            :alt: Litecoin donation
            :target: https://m.freewallet.org/id/374ad82e/ltc
        .. image:: https://github.com/jaymoulin/jaymoulin.github.io/raw/master/ppl.png
            :alt: PayPal donation
            :target: https://www.paypal.me/jaymoulin
        .. image:: https://beerpay.io/jaymoulin/docker-google-chrome-webstore-download/badge.svg
            :alt: Beerpay donation
            :target: https://beerpay.io/jaymoulin/docker-google-chrome-webstore-download
        
        
        This program will replace download Google Chrome Webstore extension CRX files to you computer
        
        This work is based upon `arulrajnet's work <https://gist.githubusercontent.com/arulrajnet/2424bc1ffc40324f3786/raw/dc6e7e5f0edfe05e5eae0a65724c654cba2b9d70/ChromeAppDownloader.py>`_.
        
        Installation
        ------------
        
        .. code::
        
            pip3 install chrome_webstore_download
        
        
        Once installed, You will be able to download CRX files from webstore via the `chrome-webstore-download` command
        
        .. code::
        
            usage: chrome-webstore-download [-h] -u URL [-f FILE]
        
            Download CRX file from Google Chrome Webstore.
        
            optional arguments:
              -h, --help            show this help message and exit
              -u URL, --url URL     URL of the chrome store
              -f FILE, --file FILE  Path to download CRX
        
        Example
        ~~~~~~~
        
        .. code::
        
            chrome-webstore-download -u https://chrome.google.com/webstore/detail/bandcamp-downloader/nmoobgpmablfmgchfjnhkbloaobiogeh
        
        =====
        About
        =====
        
        Requirements
        ------------
        
        Google Chrome Webstore Downloader works with Python 3 or above.
        
        Submitting bugs and feature requests
        ------------------------------------
        
        Bugs and feature request are tracked on GitHub
        
        Author
        ------
        
        Jay MOULIN jaymoulin@gmail.com See also the list of contributors which participated in this program.
        
        License
        -------
        
        Google Chrome Webstore Downloader is licensed under the MIT License
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development
Classifier: Intended Audience :: Developers
