Synonyms Deluxe

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

Vad är Synonyms Deluxe?

Synonyms Deluxe är en Chrome-tillägg utvecklad av https://jurgen.si, och dess huvudfunktion är "Find synonyms for words. Be a deluxe writer with this powerful little widget.".

Tilläggsskärmbilder

screenshot

Ladda ner Synonyms Deluxe-förlängningens CRX-fil

Ladda ner Synonyms Deluxe-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Synonyms Deluxe Synonyms Deluxe
ID kfeajncmldifdopobhjlgbhilblhbekd
Officiell webbadress https://chromewebstore.google.com/detail/synonyms-deluxe/kfeajncmldifdopobhjlgbhilblhbekd
Beskrivning Find synonyms for words. Be a deluxe writer with this powerful little widget.
Filstorlek 397 KB
Antal Installationer 3,664
Aktuell Version 1.06
Senast Uppdaterad 2024-01-08
Publiceringsdatum 2020-04-06
Betyg 4.93/5 Totalt 81 Betyg
Utvecklare https://jurgen.si
E-post [email protected]
Betalningssätt free
Stödda Språk 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'"
}