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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में InstaWord एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}