Instant Thesaurus

Find synonyms at the click of a button

Apa itu Instant Thesaurus?

Instant Thesaurus adalah ekstensi Chrome yang dikembangkan oleh jeremy.s.sutton, dan fitur utamanya adalah "Find synonyms at the click of a button".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Instant Thesaurus

Unduh file ekstensi Instant Thesaurus dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Instant Thesaurus Instant Thesaurus
ID jambjfjiligfjpeljnkkcihooobfnllm
URL Resmi https://chrome.google.com/webstore/detail/instant-thesaurus/jambjfjiligfjpeljnkkcihooobfnllm
Deskripsi Find synonyms at the click of a button
Ukuran File 190 KB
Jumlah Instalasi 830
Versi Saat Ini 0.2
Terakhir Diperbarui 2013-10-20
Tanggal Publikasi 2013-10-20
Penilaian 2.06/5 Total 16 Penilaian
Pengembang jeremy.s.sutton
Tipe Pembayaran free
Bahasa yang Didukung 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
}