ZipWeb

Zip web to read offline on mobile

ZipWebคืออะไร?

ZipWeb เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getzipweb.com และคุณลักษณะหลักของมันคือ "Zip web to read offline on mobile"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ZipWeb

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}