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
}