Vocapp Beta

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

Vocapp Beta là gì?

Vocapp Beta là một tiện ích mở rộng Chrome được phát triển bởi http://getvocapp.com, và tính năng chính của nó là "Vocapp helps you look up words with one click and automatically adds new words to your vocabulary list.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Vocapp Beta

Tải xuống các tệp mở rộng Vocapp Beta dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Vocapp Beta Vocapp Beta
ID oebpkilfefgadcbdagiojiholghfemoj
URL Chính Thức https://chrome.google.com/webstore/detail/vocapp-beta/oebpkilfefgadcbdagiojiholghfemoj
Mô tả Vocapp helps you look up words with one click and automatically adds new words to your vocabulary list.
Kích Thước Tệp 412 KB
Số Lần Cài Đặt 176
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2014-08-17
Ngày Phát Hành 2014-08-17
Đánh Giá 4.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển http://getvocapp.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}