Postpone Page (online version)

Save pages to read later

Cos'è Postpone Page (online version)?

Postpone Page (online version) è un'estensione di Chrome sviluppata da http://postponepage.appspot.com, e la sua funzione principale è "Save pages to read later".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Postpone Page (online version)

Scarica i file di estensione Postpone Page (online version) 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

                        Save pages for later and sync them between browsers. This is a version of the Postpone Page extension that works  online.                    

Informazioni di Base sull'Estensione

Nome Postpone Page (online version) Postpone Page (online version)
ID iaipfamcbobdkffhihlahdcohcfejibg
URL Ufficiale https://chrome.google.com/webstore/detail/postpone-page-online-vers/iaipfamcbobdkffhihlahdcohcfejibg
Descrizione Save pages to read later
Dimensione del File 47.83 KB
Conteggio Installazioni 14
Versione Corrente 1.0
Ultimo Aggiornamento 2015-02-02
Data di Pubblicazione 2015-02-02
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://postponepage.appspot.com
Tipo di Pagamento free
Sito Web dell'Estensione https://postponepage.appspot.com
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Postpone Page (online version)",
    "description": "Save pages to read later",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icons\/icon-19.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "jquery-2.1.1.min.js",
            "common.js",
            "background.js"
        ]
    },
    "minimum_chrome_version": "20.0",
    "commands": {
        "postpone-toggle": {
            "suggested_key": {
                "default": "Alt+0"
            },
            "description": "Postpone\/unpostpone page"
        }
    }
}