Synonym Finder
Search a word for its synonyms as well as its definitions for each of its parts of speech!
Cos'è Synonym Finder?
Synonym Finder è un'estensione di Chrome sviluppata da arvin361, e la sua funzione principale è "Search a word for its synonyms as well as its definitions for each of its parts of speech!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Synonym Finder
Scarica i file di estensione Synonym Finder 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
✔️ A convenient extension that allows you to search for a word and displays its synonyms as well as its definitions for each of its parts of speech!
🦾 Searches word dynamically in "real time" upon each key stroke!
🙅♂️ Shows examples of suggested words if a searched word does not exist!
🥳 Happy searching! Informazioni di Base sull'Estensione
| Nome | |
| ID | illimocegjikcgmopnajholfanllebic |
| URL Ufficiale | https://chromewebstore.google.com/detail/synonym-finder/illimocegjikcgmopnajholfanllebic |
| Descrizione | Search a word for its synonyms as well as its definitions for each of its parts of speech! |
| Dimensione del File | 263 KB |
| Conteggio Installazioni | 616 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2021-12-17 |
| Data di Pubblicazione | 2021-12-07 |
| Valutazione | 5.00/5 Totale 11 Valutazioni |
| Sviluppatore | arvin361 |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Synonym Finder",
"author": "Arvin Ezzati",
"version": "1.0.1",
"manifest_version": 2,
"description": "Search a word for its synonyms as well as its definitions for each of its parts of speech!",
"icons": {
"128": "\/s512.png",
"48": "\/s128.png"
},
"browser_action": {
"default_popup": "index.html",
"default_title": "Find Synonym"
},
"content_security_policy": "script-src 'self' 'sha256-P7MGkvmyCDp8hM1RW164OZt9cdAundJAj4qL9biq46g='; object-src 'self'"
} | |