Instant Thesaurus

Find synonyms at the click of a button

Instant Thesaurusคืออะไร?

Instant Thesaurus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jeremy.s.sutton และคุณลักษณะหลักของมันคือ "Find synonyms at the click of a button"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Instant Thesaurus

ดาวน์โหลดไฟล์ส่วนขยาย Instant Thesaurus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Ever wish that you had the convenient Microsoft Word thesaurus in your browser, able to find synonyms and antonyms of any word simply by highlighting and right-clicking it? 

Instant Thesaurus is the solution. An easy, quick, convenient thesaurus accessible by 1 click of your mouse. Simply right-click on a highlighted word on the page and a list of synonyms and antonyms will be presented for you. Select a synonym/antonym to send it to your clipboard.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Instant Thesaurus Instant Thesaurus
ID jambjfjiligfjpeljnkkcihooobfnllm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/instant-thesaurus/jambjfjiligfjpeljnkkcihooobfnllm
คำอธิบาย Find synonyms at the click of a button
ขนาดไฟล์ 190 KB
จำนวนการติดตั้ง 830
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2013-10-20
วันที่เผยแพร่ 2013-10-20
คะแนน 2.06/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา jeremy.s.sutton
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instant Thesaurus",
    "description": "Find synonyms at the click of a button",
    "version": "0.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "permissions": [
        "contextMenus",
        "clipboardRead",
        "clipboardWrite",
        "http:\/\/words.bighugelabs.com\/api\/2\/*"
    ],
    "background": {
        "scripts": [
            "thesaurus.js"
        ]
    },
    "page_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}