Thesaurus: Synonym 4 Right Click

Thesaurus: Synonym option added to right click menu (+Urban Dictionary)

Thesaurus: Synonym 4 Right Clickとは何ですか?

Thesaurus: Synonym 4 Right ClickはWahibi Mohammedによって開発されたChromeの拡張機能で、その主な機能は「Thesaurus: Synonym option added to right click menu (+Urban Dictionary)」です。

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

screenshot
screenshot
screenshot

Thesaurus: Synonym 4 Right Click拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        *HIGHLIGHT WORDS TO SHOW THEIR SYNONYMS
**No Ads, No Tracking, and No clutter added to browser

NEW: +Fixed all reported bugs
           +Click on a synonym to replace the selected word with it

This awesome thesaurus extension adds Synonyms to the right click menu, just like you are used to it in Microsoft Office(TM). It also gives you the option to look up the highlighted words in Urban Dictionary (TM).

All you have to do to get the synonyms of a word is highlight it and do a mouse right click. It is as simple as that. No Ads, no extra buttons, and no option menu.  
  
Check out Synonym 4 Right Click review at I Love Free Software:
http://www.ilovefreesoftware.com/19/featured/5-thesaurus-extensions-google-chrome.html

FAQs:

When does the Synonym option not show up in the right click menu?

Did not highlight the word:
 it wont show up if nothing is highlighted.                    

拡張機能の基本情報

名前 Thesaurus: Synonym 4 Right Click Thesaurus: Synonym 4 Right Click
ID lpkpcliecpgjbkffooidajhakoidhidh
公式URL https://chromewebstore.google.com/detail/thesaurus-synonym-4-right/lpkpcliecpgjbkffooidajhakoidhidh
説明 Thesaurus: Synonym option added to right click menu (+Urban Dictionary)
ファイルサイズ 3.75 MB
インストール数 42,538
現在のバージョン 2.0.3
最終更新日 2014-10-13
公開日 2014-10-13
評価 3.69/5 合計 144 レビュー
開発者 Wahibi Mohammed
支払い方法 free
拡張機能のウェブサイト http://imgur.com/aeqWt3z
ヘルプページのURL http://imgur.com/aeqWt3z
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Thesaurus: Synonym 4 Right Click",
    "description": "Thesaurus: Synonym option added to right click menu (+Urban Dictionary)",
    "version": "2.0.3",
    "icons": {
        "16": "dic16.png",
        "48": "dic48.png",
        "128": "dic128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "match_about_blank": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "offline_enabled": true,
    "manifest_version": 2
}