Synonyms Deluxe
Find synonyms for words. Be a deluxe writer with this powerful little widget.
Wat is Synonyms Deluxe?
Synonyms Deluxe is een Chrome-extensie ontwikkeld door https://jurgen.si, en de belangrijkste functie is "Find synonyms for words. Be a deluxe writer with this powerful little widget.".
Extensie Screenshots
Download het CRX-bestand van de extensie Synonyms Deluxe
Download Synonyms Deluxe-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | kfeajncmldifdopobhjlgbhilblhbekd |
| Officiële URL | https://chromewebstore.google.com/detail/synonyms-deluxe/kfeajncmldifdopobhjlgbhilblhbekd |
| Beschrijving | Find synonyms for words. Be a deluxe writer with this powerful little widget. |
| Bestandsgrootte | 397 KB |
| Aantal Installaties | 3,664 |
| Huidige Versie | 1.06 |
| Laatst Bijgewerkt | 2024-01-08 |
| Publicatiedatum | 2020-04-06 |
| Beoordeling | 4.93/5 Totaal 81 Beoordelingen |
| Ontwikkelaar | https://jurgen.si |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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'"
} | |