ZipWeb

Zip web to read offline on mobile

Wat is ZipWeb?

ZipWeb is een Chrome-extensie ontwikkeld door https://getzipweb.com, en de belangrijkste functie is "Zip web to read offline on mobile".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie ZipWeb

Download ZipWeb-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam ZipWeb ZipWeb
ID ghmahjbphjnejkoalldhmgkkdbegiaod
Officiële URL https://chromewebstore.google.com/detail/zipweb/ghmahjbphjnejkoalldhmgkkdbegiaod
Beschrijving Zip web to read offline on mobile
Bestandsgrootte 337 KB
Aantal Installaties 43
Huidige Versie 1.6
Laatst Bijgewerkt 2013-04-09
Publicatiedatum 2013-04-09
Ontwikkelaar https://getzipweb.com
Betalingswijze free
Extensiewebsite http://www.getzipweb.com
Ondersteunde Talen 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"
}