Synonyms

This extension searches dictionary.com to get the meaning of the selected word.

Qu'est-ce que Synonyms ?

Synonyms est une extension Chrome développée par sandeepkkothari, et sa fonction principale est "This extension searches dictionary.com to get the meaning of the selected word.".

Télécharger le fichier CRX de l'extension Synonyms

Téléchargez les fichiers d'extension Synonyms 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

                        This extension searches the meaning of the selected word. This helps the user to look up for the meaning without changing tab.
Please provide review if you like it...                    

Informations de Base sur l'Extension

Nom Synonyms Synonyms
ID mhkkedebchmmoppeaphchfnddbjoddif
URL Officiel https://chrome.google.com/webstore/detail/synonyms/mhkkedebchmmoppeaphchfnddbjoddif
Description This extension searches dictionary.com to get the meaning of the selected word.
Taille du Fichier 157 KB
Nombre d'Installations 360
Version Actuelle 1.0
Dernière Mise à Jour 2015-11-03
Date de Publication 2015-11-03
Évaluation 5.00/5 Total 2 Évaluations
Développeur sandeepkkothari
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Synonyms",
    "description": "This extension searches dictionary.com to get the meaning of the selected word.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "dic.png",
        "default_popup": "syn.html"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}