Vocapp Beta

Vocapp helps you look up words with one click and automatically adds new words to your vocabulary list.

什麼是Vocapp Beta?

Vocapp Beta是由http://getvocapp.com開發的Chrome擴展程式,該擴展的主要功能是“Vocapp helps you look up words with one click and automatically adds new words to your vocabulary list.”。

擴展截圖

screenshot
screenshot

下載Vocapp Beta擴展crx文件

下載Vocapp Beta擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Vocapp helps you look up words with one click and automatically adds new words to your vocabulary list.

We are currently in beta mode. Please give us a try and help us improve Vocapp!                    

擴展基本資訊

名稱 Vocapp Beta Vocapp Beta
ID oebpkilfefgadcbdagiojiholghfemoj
官方網址 https://chrome.google.com/webstore/detail/vocapp-beta/oebpkilfefgadcbdagiojiholghfemoj
簡介 Vocapp helps you look up words with one click and automatically adds new words to your vocabulary list.
檔案大小 412 KB
安裝次數 176
目前版本 1.5
更新時間 2014-08-17
上架時間 2014-08-17
評分 4.43/5 共 7 次評分
開發者 http://getvocapp.com
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vocapp Beta",
    "description": "Vocapp helps you look up words with one click and automatically adds new words to your vocabulary list.",
    "version": "1.5",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "tabs",
        "storage",
        "background"
    ],
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "img\/favicon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "fonts\/ProximaNova-Regular.otf",
        "fonts\/ProximaNova-Bold.otf",
        "css\/content-script-styles.css",
        "img\/arrow.png",
        "img\/brown-arrow.png",
        "img\/blue-arrow.png",
        "img\/dictionary-loading.gif",
        "img\/loading-within.gif",
        "img\/blue-dictionary-loading.gif",
        "img\/arrow-bottom.png",
        "img\/def-icon.png",
        "img\/V.png",
        "img\/audio.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/content-script-styles.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/jquery-mousewheel-3.1.9\/jquery.mousewheel.js",
                "js\/content_script.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "options_page": "options.html"
}