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.

Τι είναι το InstaWord;

Το InstaWord είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον acekyd, και η κύρια λειτουργία του είναι "Learn new words on the go as you surf through the web. Select the word and InstaWord gives you the meaning, synonyms and usage.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης InstaWord

Λήψη αρχείων επέκτασης InstaWord σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα InstaWord InstaWord
ID klhepdeijcfpnaolbbfjgegnoipnicln
Επίσημο URL https://chrome.google.com/webstore/detail/instaword/klhepdeijcfpnaolbbfjgegnoipnicln
Περιγραφή Learn new words on the go as you surf through the web. Select the word and InstaWord gives you the meaning, synonyms and usage.
Μέγεθος Αρχείου 87.85 KB
Αριθμός Εγκαταστάσεων 238
Τρέχουσα Έκδοση 2.0
Τελευταία Ενημέρωση 2016-02-07
Ημερομηνία Δημοσίευσης 2016-02-07
Αξιολόγηση 4.20/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής acekyd
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}