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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        *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
}