Zoom for Websites

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

Wat is Zoom for Websites?

Zoom for Websites is een Chrome-extensie ontwikkeld door 100 000+ Downloads, en de belangrijkste functie is "Easy zoom for websites. Adjust the magnification or reduction by himself.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Zoom for Websites

Download Zoom for Websites-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

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

Basisinformatie over de Extensie

Naam Zoom for Websites Zoom for Websites
ID dclhpakjcakdjgnnkhkjiimbkmefkacm
Officiële URL https://chrome.google.com/webstore/detail/zoom-for-websites/dclhpakjcakdjgnnkhkjiimbkmefkacm
Beschrijving Easy zoom for websites. Adjust the magnification or reduction by himself.
Bestandsgrootte 84.16 KB
Aantal Installaties 616
Huidige Versie 1.0.0
Laatst Bijgewerkt 2016-10-05
Publicatiedatum 2016-10-05
Beoordeling 2.75/5 Totaal 4 Beoordelingen
Ontwikkelaar 100 000+ Downloads
Betalingswijze free
Ondersteunde Talen 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"
    }
}