Zoom for Websites

Easy zoom for websites. Adjust the magnification or reduction by himself.

Co je Zoom for Websites?

Zoom for Websites je rozšíření Chrome vyvinuté 100 000+ Downloads, a jeho hlavní funkcí je „Easy zoom for websites. Adjust the magnification or reduction by himself.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Zoom for Websites

Stáhněte si soubory rozšíření Zoom for Websites ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        You can zoom in/out any webpage. Click right mouse button on actual website. Then choose size display site in context menu.                    

Základní Informace o Rozšíření

Název Zoom for Websites Zoom for Websites
ID dclhpakjcakdjgnnkhkjiimbkmefkacm
Oficiální URL https://chrome.google.com/webstore/detail/zoom-for-websites/dclhpakjcakdjgnnkhkjiimbkmefkacm
Popis Easy zoom for websites. Adjust the magnification or reduction by himself.
Velikost souboru 84.16 KB
Počet instalací 616
Aktuální Verze 1.0.0
Poslední Aktualizace 2016-10-05
Datum Vydání 2016-10-05
Hodnocení 2.75/5 Celkem 4 Hodnocení
Vývojář 100 000+ Downloads
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "name": "Zoom for Websites",
    "description": "Easy zoom for websites. Adjust the magnification or reduction by himself.",
    "background": {
        "scripts": [
            "js\/jquery.js",
            "background.js"
        ]
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "",
        "tabs",
        "contextMenus"
    ],
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png"
    }
}