Synonym Finder

Search a word for its synonyms as well as its definitions for each of its parts of speech!

Qu'est-ce que Synonym Finder ?

Synonym Finder est une extension Chrome développée par arvin361, et sa fonction principale est "Search a word for its synonyms as well as its definitions for each of its parts of speech!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Synonym Finder

Téléchargez les fichiers d'extension Synonym Finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        ✔️ 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!                    

Informations de Base sur l'Extension

Nom Synonym Finder Synonym Finder
ID illimocegjikcgmopnajholfanllebic
URL Officiel https://chromewebstore.google.com/detail/synonym-finder/illimocegjikcgmopnajholfanllebic
Description Search a word for its synonyms as well as its definitions for each of its parts of speech!
Taille du Fichier 263 KB
Nombre d'Installations 616
Version Actuelle 1.0.1
Dernière Mise à Jour 2021-12-17
Date de Publication 2021-12-07
Évaluation 5.00/5 Total 11 Évaluations
Développeur arvin361
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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'"
}