Synonym Finder
Search a word for its synonyms as well as its definitions for each of its parts of speech!
Wat is Synonym Finder?
Synonym Finder is een Chrome-extensie ontwikkeld door arvin361, en de belangrijkste functie is "Search a word for its synonyms as well as its definitions for each of its parts of speech!".
Extensie Screenshots
Download het CRX-bestand van de extensie Synonym Finder
Download Synonym Finder-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
✔️ 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! Basisinformatie over de Extensie
| Naam | |
| ID | illimocegjikcgmopnajholfanllebic |
| Officiële URL | https://chromewebstore.google.com/detail/synonym-finder/illimocegjikcgmopnajholfanllebic |
| Beschrijving | Search a word for its synonyms as well as its definitions for each of its parts of speech! |
| Bestandsgrootte | 263 KB |
| Aantal Installaties | 616 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2021-12-17 |
| Publicatiedatum | 2021-12-07 |
| Beoordeling | 5.00/5 Totaal 11 Beoordelingen |
| Ontwikkelaar | arvin361 |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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'"
} | |