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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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