Synonyms Deluxe

Find synonyms for words. Be a deluxe writer with this powerful little widget.

Apa itu Synonyms Deluxe?

Synonyms Deluxe adalah ekstensi Chrome yang dikembangkan oleh https://jurgen.si, dan fitur utamanya adalah "Find synonyms for words. Be a deluxe writer with this powerful little widget.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Synonyms Deluxe

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

                        Easily find synonyms for any English word. 

It works like this: you type a word, and Synonyms Deluxe returns a list of synonyms in English language, categorized by their type.

Rich dictionary database, and delightful user experience. Perfect tool for writers and bloggers.                    

Informasi Dasar Ekstensi

Nama Synonyms Deluxe Synonyms Deluxe
ID kfeajncmldifdopobhjlgbhilblhbekd
URL Resmi https://chromewebstore.google.com/detail/synonyms-deluxe/kfeajncmldifdopobhjlgbhilblhbekd
Deskripsi Find synonyms for words. Be a deluxe writer with this powerful little widget.
Ukuran File 397 KB
Jumlah Instalasi 3,664
Versi Saat Ini 1.06
Terakhir Diperbarui 2024-01-08
Tanggal Publikasi 2020-04-06
Penilaian 4.93/5 Total 81 Penilaian
Pengembang https://jurgen.si
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Synonyms Deluxe",
    "version": "1.06",
    "description": "Find synonyms for words. Be a deluxe writer with this powerful little widget.",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon128.png",
        "256": "icon256.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}