Highlight all on dblclick

Highlight all words in websites with one doubleclick

Highlight all on dblclickとは何ですか?

Highlight all on dblclickはTrinitasによって開発されたChromeの拡張機能で、その主な機能は「Highlight all words in websites with one doubleclick」です。

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

screenshot
screenshot

Highlight all on dblclick拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Highlight all words in websites with one double click.

1: Click the icon so it becoms green, now it's ready. 
2: Go to some page and double click a word, it will become hightlighted and the rest matching words.
3: Click icon again so it becoms red to erase all highlighted words. 

!!! Only tested in Chrome and dosen't work in all websites !!!
Enjoy                    

拡張機能の基本情報

名前 Highlight all on dblclick Highlight all on dblclick
ID ibbikoelnlhphegnjbojfeokpcneaohg
公式URL https://chrome.google.com/webstore/detail/highlight-all-on-dblclick/ibbikoelnlhphegnjbojfeokpcneaohg
説明 Highlight all words in websites with one doubleclick
ファイルサイズ 87.89 KB
インストール数 559
現在のバージョン 0.2
最終更新日 2016-11-06
公開日 2016-11-06
評価 3.95/5 合計 19 レビュー
開発者 Trinitas
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Highlight all on dblclick",
    "version": "0.2",
    "manifest_version": 2,
    "description": "Highlight all words in websites with one doubleclick",
    "icons": {
        "16": "img\/highlight16.png",
        "128": "img\/highlight128.png"
    },
    "browser_action": [],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/highlight.js"
            ]
        }
    ],
    "minimum_chrome_version": "20",
    "permissions": [
        "windows",
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}