Double-click to...

Set different actions for a double-click on a webpage.

Double-click to...とは何ですか?

Double-click to...はhttps://daniel.schmitz-huebsch.netによって開発されたChromeの拡張機能で、その主な機能は「Set different actions for a double-click on a webpage.」です。

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

screenshot

Double-click to...拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Invented because a simple mouse click already existed, you can now use the double-click in the browser.

Use the double-click to:
- move to the top of the page.
- close the current tab.
- open a new tab.

Do you have an idea of what can happen when you double-click? Contact me via the support form.                    

拡張機能の基本情報

名前 Double-click to... Double-click to...
ID dnlbjgbbmhedhlijenejbbcnhndkhdnn
公式URL https://chromewebstore.google.com/detail/double-click-to/dnlbjgbbmhedhlijenejbbcnhndkhdnn
説明 Set different actions for a double-click on a webpage.
ファイルサイズ 12.29 KB
インストール数 587
現在のバージョン 0.7
最終更新日 2015-10-13
公開日 2015-10-13
評価 3.29/5 合計 7 レビュー
開発者 https://daniel.schmitz-huebsch.net
支払い方法 free
対応言語 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_chrome_extension_name__",
    "version": "0.7",
    "short_name": "__MSG_chrome_extension_shortname__",
    "author": "Daniel Schmitz-H\u00fcbsch",
    "default_locale": "en",
    "description": "__MSG_chrome_extension_description__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/contentscript.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}