Zoom for Websites

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

Vad är Zoom for Websites?

Zoom for Websites är en Chrome-tillägg utvecklad av 100 000+ Downloads, och dess huvudfunktion är "Easy zoom for websites. Adjust the magnification or reduction by himself.".

Tilläggsskärmbilder

screenshot

Ladda ner Zoom for Websites-förlängningens CRX-fil

Ladda ner Zoom for Websites-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Zoom for Websites Zoom for Websites
ID dclhpakjcakdjgnnkhkjiimbkmefkacm
Officiell webbadress https://chrome.google.com/webstore/detail/zoom-for-websites/dclhpakjcakdjgnnkhkjiimbkmefkacm
Beskrivning Easy zoom for websites. Adjust the magnification or reduction by himself.
Filstorlek 84.16 KB
Antal Installationer 616
Aktuell Version 1.0.0
Senast Uppdaterad 2016-10-05
Publiceringsdatum 2016-10-05
Betyg 2.75/5 Totalt 4 Betyg
Utvecklare 100 000+ Downloads
Betalningssätt free
Stödda Språk 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"
    }
}