ZipWeb

Zip web to read offline on mobile

What is ZipWeb?

ZipWeb is a Chrome extension developed by https://getzipweb.com, and its main feature is "Zip web to read offline on mobile".

Extension Screenshots

screenshot
screenshot
screenshot

Download ZipWeb Extension CRX File

Download ZipWeb extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name ZipWeb ZipWeb
ID ghmahjbphjnejkoalldhmgkkdbegiaod
Official URL https://chromewebstore.google.com/detail/zipweb/ghmahjbphjnejkoalldhmgkkdbegiaod
Description Zip web to read offline on mobile
File Size 337 KB
Installation Count 43
Current Version 1.6
Last Updated 2013-04-09
Publish Date 2013-04-09
Developer https://getzipweb.com
Payment Type free
Extension Website http://www.getzipweb.com
Supported Languages 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"
}