ZipWeb

Zip web to read offline on mobile

什么是ZipWeb?

ZipWeb是由https://getzipweb.com开发的Chrome扩展程序,该扩展的主要功能是“Zip web to read offline on mobile”。

扩展截图

screenshot
screenshot
screenshot

下载ZipWeb扩展crx文件

下载ZipWeb扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 ZipWeb ZipWeb
ID ghmahjbphjnejkoalldhmgkkdbegiaod
官方URL https://chromewebstore.google.com/detail/zipweb/ghmahjbphjnejkoalldhmgkkdbegiaod
简介 Zip web to read offline on mobile
文件大小 337 KB
安装次数 43
当前版本 1.6
更新时间 2013-04-09
上架时间 2013-04-09
开发者 https://getzipweb.com
付费类型 free
扩展官网 http://www.getzipweb.com
支持的语言 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"
}