ZipWeb

Zip web to read offline on mobile

Qu'est-ce que ZipWeb ?

ZipWeb est une extension Chrome développée par https://getzipweb.com, et sa fonction principale est "Zip web to read offline on mobile".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ZipWeb

Téléchargez les fichiers d'extension ZipWeb au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom ZipWeb ZipWeb
ID ghmahjbphjnejkoalldhmgkkdbegiaod
URL Officiel https://chromewebstore.google.com/detail/zipweb/ghmahjbphjnejkoalldhmgkkdbegiaod
Description Zip web to read offline on mobile
Taille du Fichier 337 KB
Nombre d'Installations 43
Version Actuelle 1.6
Dernière Mise à Jour 2013-04-09
Date de Publication 2013-04-09
Développeur https://getzipweb.com
Type de Paiement free
Site Web de l'Extension http://www.getzipweb.com
Langues Prises en Charge 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"
}