Look It Up

Look up any selected word in Vocabulary.com

Wat is Look It Up?

Look It Up is een Chrome-extensie ontwikkeld door ppasihtekill, en de belangrijkste functie is "Look up any selected word in Vocabulary.com".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Look It Up

Download Look It Up-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

                        Just an extension to look up the selected word in Vocabulary.com.                    

Basisinformatie over de Extensie

Naam Look It Up Look It Up
ID cmompjaaafddbklhjknojkfjcndadlhc
Officiële URL https://chromewebstore.google.com/detail/look-it-up/cmompjaaafddbklhjknojkfjcndadlhc
Beschrijving Look up any selected word in Vocabulary.com
Bestandsgrootte 18.76 KB
Aantal Installaties 93
Huidige Versie 0.1
Laatst Bijgewerkt 2013-06-06
Publicatiedatum 2013-06-06
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar ppasihtekill
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Look It Up",
    "description": "Look up any selected word in Vocabulary.com",
    "version": "0.1",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon16x16.png",
        "48": "icon48x48.png",
        "128": "icon128x128.png"
    },
    "background": {
        "scripts": [
            "vocabulary.js"
        ]
    },
    "manifest_version": 2
}