Synonyms Deluxe
Find synonyms for words. Be a deluxe writer with this powerful little widget.
Cos'è Synonyms Deluxe?
Synonyms Deluxe è un'estensione di Chrome sviluppata da https://jurgen.si, e la sua funzione principale è "Find synonyms for words. Be a deluxe writer with this powerful little widget.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Synonyms Deluxe
Scarica i file di estensione Synonyms Deluxe in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | kfeajncmldifdopobhjlgbhilblhbekd |
| URL Ufficiale | https://chromewebstore.google.com/detail/synonyms-deluxe/kfeajncmldifdopobhjlgbhilblhbekd |
| Descrizione | Find synonyms for words. Be a deluxe writer with this powerful little widget. |
| Dimensione del File | 397 KB |
| Conteggio Installazioni | 3,664 |
| Versione Corrente | 1.06 |
| Ultimo Aggiornamento | 2024-01-08 |
| Data di Pubblicazione | 2020-04-06 |
| Valutazione | 4.93/5 Totale 81 Valutazioni |
| Sviluppatore | https://jurgen.si |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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'"
} | |