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