Zoom on doubleclick

Zooming in on websites. Doubleclick on any element on this page to zoom in and doubleclick again, or use ESC, to zoom out.

Zoom on doubleclickとは何ですか?

Zoom on doubleclickはhttps://www.m-software.deによって開発されたChromeの拡張機能で、その主な機能は「Zooming in on websites. Doubleclick on any element on this page to zoom in and doubleclick again, or use ESC, to zoom out.」です。

拡張機能のスクリーンショット

Zoom on doubleclick拡張機能のCRXファイルをダウンロード

Zoom on doubleclick拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Zoom on doubleclick Zoom on doubleclick
ID jkmalmidnicnnmceielaelokkdmmgkcb
公式URL https://chromewebstore.google.com/detail/zoom-on-doubleclick/jkmalmidnicnnmceielaelokkdmmgkcb
説明 Zooming in on websites. Doubleclick on any element on this page to zoom in and doubleclick again, or use ESC, to zoom out.
ファイルサイズ 51.37 KB
インストール数 1,121
現在のバージョン 0.1.1
最終更新日 2012-12-04
公開日 2012-12-04
評価 4.27/5 合計 62 レビュー
開発者 https://www.m-software.de
支払い方法 free
拡張機能のウェブサイト http://m-software.de/google-chrome-zoom-plugin
ヘルプページのURL http://m-software.de/google-chrome-zoom-plugin
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": " Zoom on doubleclick",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Zooming in on websites. Doubleclick on any element on this page to zoom in and doubleclick again, or use ESC, to zoom out.",
    "homepage_url": "http:\/\/m-software.de",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js",
                "js\/jquery-1.8.3.min.js",
                "src\/zoom.js"
            ]
        }
    ]
}