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
官方網址 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
}