Word Scout

Quick Search meaning of words just by double click on the specified word

Qu'est-ce que Word Scout ?

Word Scout est une extension Chrome développée par Spectrum Club CET-B, et sa fonction principale est "Quick Search meaning of words just by double click on the specified word".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Word Scout

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

                        Know the actual meaning of the words just by selecting the element/word you want to search and its meaning will be popped up in your browser.
There is no need to search the meaning of words in a new tab. This extension saves time and efforts of the user.

Steps to use this extension :-
- Activate the extension
-Double click on the word you want to search the meaning 
-The meaning will pop up on the right side of the page.                    

Informations de Base sur l'Extension

Nom Word Scout Word Scout
ID afadageagbibngcfbpbgfhjpjdnjlffl
URL Officiel https://chromewebstore.google.com/detail/word-scout/afadageagbibngcfbpbgfhjpjdnjlffl
Description Quick Search meaning of words just by double click on the specified word
Taille du Fichier 10.73 KB
Nombre d'Installations 35
Version Actuelle 1.0
Dernière Mise à Jour 2021-11-03
Date de Publication 2021-11-02
Évaluation 5.00/5 Total 6 Évaluations
Développeur Spectrum Club CET-B
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://spectrumcet.com/privacy-policy.php
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Scout",
    "description": "Quick Search meaning of words just by double click on the specified word",
    "version": "1.0",
    "icons": {
        "128": "icon-128px.png"
    },
    "browser_action": {
        "default_icon": "icon-128px.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}