Zoom for Websites

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

什麼是Zoom for Websites?

Zoom for Websites是由100 000+ Downloads開發的Chrome擴展程式,該擴展的主要功能是“Easy zoom for websites. Adjust the magnification or reduction by himself.”。

擴展截圖

screenshot

下載Zoom for Websites擴展crx文件

下載Zoom for Websites擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Zoom for Websites Zoom for Websites
ID dclhpakjcakdjgnnkhkjiimbkmefkacm
官方網址 https://chrome.google.com/webstore/detail/zoom-for-websites/dclhpakjcakdjgnnkhkjiimbkmefkacm
簡介 Easy zoom for websites. Adjust the magnification or reduction by himself.
檔案大小 84.16 KB
安裝次數 616
目前版本 1.0.0
更新時間 2016-10-05
上架時間 2016-10-05
評分 2.75/5 共 4 次評分
開發者 100 000+ Downloads
付費類型 free
支援的語言 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"
    }
}