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
公式URL 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"
    }
}