Word Collector in Chrome Extension

I was once collecting vocabularies I met on a TV show or any other english texts by using Vocabulary.com. At that time, first I…

Word Collector in Chrome Extension क्या है?

Word Collector in Chrome Extension hi.ogawa.zz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "I was once collecting vocabularies I met on a TV show or any other english texts by using Vocabulary.com. At that time, first I…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

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

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

                        I was once collecting vocabularies I met on a TV show or any other english texts by using Vocabulary.com. At that time, first I took screenshots everytime I met new words on the web, then on weekends I reviewed the words on those pictures and register them to Vocabulary.com. I found that procedure was very tadius, so I started making this application, which enables the tadius process automatically done.                    

एक्सटेंशन की मूल जानकारी

नाम Word Collector in Chrome Extension Word Collector in Chrome Extension
ID jfeinpeakgoblpcelmhdhajmdoeoifap
आधिकारिक URL https://chrome.google.com/webstore/detail/word-collector-in-chrome/jfeinpeakgoblpcelmhdhajmdoeoifap
विवरण I was once collecting vocabularies I met on a TV show or any other english texts by using Vocabulary.com. At that time, first I…
फ़ाइल का आकार 305 KB
स्थापना संख्या 59
वर्तमान संस्करण 2.0.1
अंतिम अपडेट 2015-11-29
प्रकाशन तिथि 2015-11-29
रेटिंग 1.00/5 कुल 2 रेटिंग्स
डेवलपर hi.ogawa.zz
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Collector in Chrome Extension",
    "description": "",
    "version": "2.0.1",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": "icons\/16.png",
        "default_popup": "popup\/popup.html"
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "lib\/jquery.js",
            "lib\/underscore.js",
            "lib\/myconfig.js",
            "contentScript\/backbone\/mylib.js",
            "eventPage\/eventPage.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "contentScript\/contentScript.html",
        "fonts\/glyphicons-halflings-regular.woff2",
        "fonts\/glyphicons-halflings-regular.woff",
        "fonts\/glyphicons-halflings-regular.ttf"
    ],
    "permissions": [
        "storage",
        "tabs",
        "",
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "lib\/my_bootstrap_container.css",
                "contentScript\/contentScript.css"
            ],
            "js": [
                "lib\/jquery.js",
                "lib\/underscore.js",
                "lib\/backbone.js",
                "lib\/backbone.localStorage.js",
                "contentScript\/backbone\/mylib.js",
                "contentScript\/backbone\/storage.js",
                "contentScript\/backbone\/app.js",
                "contentScript\/contentScript.js"
            ]
        }
    ]
}