Vocabulary

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

Wat is Vocabulary?

Vocabulary is een Chrome-extensie ontwikkeld door Joe, en de belangrijkste functie is "Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Vocabulary

Download Vocabulary-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

                        This tool allows you to highlight a word and look it up directly through vocabulary.com, without needing to explicitly copy pasting.                    

Basisinformatie over de Extensie

Naam Vocabulary Vocabulary
ID lkkbfikfdjgeoncmlljmhpnecmpahlkc
Officiële URL https://chrome.google.com/webstore/detail/vocabulary/lkkbfikfdjgeoncmlljmhpnecmpahlkc
Beschrijving Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box
Bestandsgrootte 8.85 KB
Aantal Installaties 298
Huidige Versie 0.1
Laatst Bijgewerkt 2018-12-31
Publicatiedatum 2018-12-31
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Joe
Betalingswijze free
Ondersteunde Talen 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"
}