Vocabulary

Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box

Qu'est-ce que Vocabulary ?

Vocabulary est une extension Chrome développée par Joe, et sa fonction principale est "Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Vocabulary 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 tool allows you to highlight a word and look it up directly through vocabulary.com, without needing to explicitly copy pasting.                    

Informations de Base sur l'Extension

Nom Vocabulary Vocabulary
ID lkkbfikfdjgeoncmlljmhpnecmpahlkc
URL Officiel https://chrome.google.com/webstore/detail/vocabulary/lkkbfikfdjgeoncmlljmhpnecmpahlkc
Description Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box
Taille du Fichier 8.85 KB
Nombre d'Installations 298
Version Actuelle 0.1
Dernière Mise à Jour 2018-12-31
Date de Publication 2018-12-31
Évaluation 5.00/5 Total 2 Évaluations
Développeur Joe
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "vocabulary.js"
        ]
    },
    "description": "Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box",
    "icons": {
        "16": "vocab-medium.png"
    },
    "manifest_version": 2,
    "name": "Vocabulary",
    "page_action": {
        "default_icon": {
            "16": "vocab-medium.png"
        }
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "version": "0.1"
}