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"
}