Synonyms Deluxe
Find synonyms for words. Be a deluxe writer with this powerful little widget.
Was ist Synonyms Deluxe?
Synonyms Deluxe ist eine Chrome-Erweiterung, die von https://jurgen.si entwickelt wurde, und ihr Hauptmerkmal ist "Find synonyms for words. Be a deluxe writer with this powerful little widget.".
Erweiterungsscreenshots
Synonyms Deluxe-Erweiterungs-CRX-Datei herunterladen
Laden Sie Synonyms Deluxe-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kfeajncmldifdopobhjlgbhilblhbekd |
| Offizielle URL | https://chromewebstore.google.com/detail/synonyms-deluxe/kfeajncmldifdopobhjlgbhilblhbekd |
| Beschreibung | Find synonyms for words. Be a deluxe writer with this powerful little widget. |
| Dateigröße | 397 KB |
| Installationsanzahl | 3,664 |
| Aktuelle Version | 1.06 |
| Letztes Update | 2024-01-08 |
| Veröffentlichungsdatum | 2020-04-06 |
| Bewertung | 4.93/5 Insgesamt 81 Bewertungen |
| Entwickler | https://jurgen.si |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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'"
} | |