InstaWord

Learn new words on the go as you surf through the web. Select the word and InstaWord gives you the meaning, synonyms and usage.

Was ist InstaWord?

InstaWord ist eine Chrome-Erweiterung, die von acekyd entwickelt wurde, und ihr Hauptmerkmal ist "Learn new words on the go as you surf through the web. Select the word and InstaWord gives you the meaning, synonyms and usage.".

Erweiterungsscreenshots

screenshot

InstaWord-Erweiterungs-CRX-Datei herunterladen

Laden Sie InstaWord-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        InstaWord makes learning new words much easier, you no longer have to leave the page you are reading to a dictionary or thesaurus to understand the word. All you have to do is highlight or select the word, then click on the InstaWord icon on your toolbar and InstaWord gives you the meaning, synonyms and usage example. And with that, you have learnt a new word.                    

Grundlegende Informationen zur Erweiterung

Name InstaWord InstaWord
ID klhepdeijcfpnaolbbfjgegnoipnicln
Offizielle URL https://chrome.google.com/webstore/detail/instaword/klhepdeijcfpnaolbbfjgegnoipnicln
Beschreibung Learn new words on the go as you surf through the web. Select the word and InstaWord gives you the meaning, synonyms and usage.
Dateigröße 87.85 KB
Installationsanzahl 238
Aktuelle Version 2.0
Letztes Update 2016-02-07
Veröffentlichungsdatum 2016-02-07
Bewertung 4.20/5 Insgesamt 5 Bewertungen
Entwickler acekyd
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "InstaWord",
    "version": "2.0",
    "description": "Learn new words on the go as you surf through the web. Select the word and InstaWord gives you the meaning, synonyms and usage.",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "homepage_url": "http:\/\/about.me\/acekyd\/",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "http:\/\/www.dictionaryapi.com\/*",
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "AceKYD's InstaWord",
        "default_popup": "popup.html"
    }
}