ZipWeb

Zip web to read offline on mobile

Was ist ZipWeb?

ZipWeb ist eine Chrome-Erweiterung, die von https://getzipweb.com entwickelt wurde, und ihr Hauptmerkmal ist "Zip web to read offline on mobile".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

ZipWeb-Erweiterungs-CRX-Datei herunterladen

Laden Sie ZipWeb-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name ZipWeb ZipWeb
ID ghmahjbphjnejkoalldhmgkkdbegiaod
Offizielle URL https://chromewebstore.google.com/detail/zipweb/ghmahjbphjnejkoalldhmgkkdbegiaod
Beschreibung Zip web to read offline on mobile
Dateigröße 337 KB
Installationsanzahl 43
Aktuelle Version 1.6
Letztes Update 2013-04-09
Veröffentlichungsdatum 2013-04-09
Entwickler https://getzipweb.com
Zahlungsart free
Erweiterungswebsite http://www.getzipweb.com
Unterstützte Sprachen 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"
}