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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}