PagePicker

Download pages with just 1 click.

Cos'è PagePicker?

PagePicker è un'estensione di Chrome sviluppata da matsub.rk, e la sua funzione principale è "Download pages with just 1 click.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione PagePicker

Scarica i file di estensione PagePicker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        You can download each pages opened in tab with just one click.  Files that this will download are specified in option with the type of the page.  By default, this will download png, jpeg and pdf pages.                    

Informazioni di Base sull'Estensione

Nome PagePicker PagePicker
ID jppfmblpeocojaimknakebfakpbbccjf
URL Ufficiale https://chrome.google.com/webstore/detail/pagepicker/jppfmblpeocojaimknakebfakpbbccjf
Descrizione Download pages with just 1 click.
Dimensione del File 13 KB
Conteggio Installazioni 13
Versione Corrente 1.1.3
Ultimo Aggiornamento 2018-01-25
Data di Pubblicazione 2018-01-25
Sviluppatore matsub.rk
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "matsub",
    "name": "__MSG_extName__",
    "short_name": "PagePicker",
    "description": "__MSG_appDescription__",
    "version": "1.1.3",
    "default_locale": "en",
    "icons": {
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "32": "images\/icon32_active.png"
        },
        "default_title": "Click to Pick"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "lib\/PagePicker.js"
        ]
    },
    "options_ui": {
        "chrome_style": true,
        "page": "preferences.html"
    },
    "permissions": [
        "storage",
        "downloads",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ]
}