Synonyms

This extension searches dictionary.com to get the meaning of the selected word.

Apa itu Synonyms?

Synonyms adalah ekstensi Chrome yang dikembangkan oleh sandeepkkothari, dan fitur utamanya adalah "This extension searches dictionary.com to get the meaning of the selected word.".

Unduh Berkas CRX Ekstensi Synonyms

Unduh file ekstensi Synonyms 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

                        This extension searches the meaning of the selected word. This helps the user to look up for the meaning without changing tab.
Please provide review if you like it...                    

Informasi Dasar Ekstensi

Nama Synonyms Synonyms
ID mhkkedebchmmoppeaphchfnddbjoddif
URL Resmi https://chrome.google.com/webstore/detail/synonyms/mhkkedebchmmoppeaphchfnddbjoddif
Deskripsi This extension searches dictionary.com to get the meaning of the selected word.
Ukuran File 157 KB
Jumlah Instalasi 360
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-11-03
Tanggal Publikasi 2015-11-03
Penilaian 5.00/5 Total 2 Penilaian
Pengembang sandeepkkothari
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Synonyms",
    "description": "This extension searches dictionary.com to get the meaning of the selected word.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "dic.png",
        "default_popup": "syn.html"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}