ZipWeb

Zip web to read offline on mobile

ZipWeb là gì?

ZipWeb là một tiện ích mở rộng Chrome được phát triển bởi https://getzipweb.com, và tính năng chính của nó là "Zip web to read offline on mobile".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ZipWeb

Tải xuống các tệp mở rộng ZipWeb dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ZipWeb ZipWeb
ID ghmahjbphjnejkoalldhmgkkdbegiaod
URL Chính Thức https://chromewebstore.google.com/detail/zipweb/ghmahjbphjnejkoalldhmgkkdbegiaod
Mô tả Zip web to read offline on mobile
Kích Thước Tệp 337 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2013-04-09
Ngày Phát Hành 2013-04-09
Nhà Phát Triển https://getzipweb.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.getzipweb.com
Ngôn Ngữ Được Hỗ Trợ 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"
}