ZipWeb

Zip web to read offline on mobile

Cos'è ZipWeb?

ZipWeb è un'estensione di Chrome sviluppata da https://getzipweb.com, e la sua funzione principale è "Zip web to read offline on mobile".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ZipWeb

Scarica i file di estensione ZipWeb 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

                        Zip clean web pages to read offline on mobile. 
You need install ZipWeb on Android Phone/Pad, and install zip files created by this extension. 

. Select part of content and tell ZipWeb by click "content"
. Select part of menu and tell ZipWeb by click "menu"
. Click "clear" to check if it's what you want
. Download current page or deeps
. Copy downloaded zip file to your mobile
. Select the zip file and install it to ZipWeb mobile
. Enjoy it later on mobile                    

Informazioni di Base sull'Estensione

Nome ZipWeb ZipWeb
ID ghmahjbphjnejkoalldhmgkkdbegiaod
URL Ufficiale https://chromewebstore.google.com/detail/zipweb/ghmahjbphjnejkoalldhmgkkdbegiaod
Descrizione Zip web to read offline on mobile
Dimensione del File 337 KB
Conteggio Installazioni 43
Versione Corrente 1.6
Ultimo Aggiornamento 2013-04-09
Data di Pubblicazione 2013-04-09
Sviluppatore https://getzipweb.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.getzipweb.com
Lingue Supportate en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_desc__",
    "background": {
        "scripts": [
            "background.js",
            "zip.js",
            "deflate.js"
        ]
    },
    "default_locale": "en",
    "name": "ZipWeb",
    "permissions": [
        "tabs",
        "contextMenus",
        ""
    ],
    "icons": {
        "48": "img\/icon.png",
        "16": "img\/icon.png",
        "256": "img\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2,
    "version": "1.6"
}