Rico单词本-收录网页中的单词进我的单词本

Get more words,all in one bowl! 一个可以将网页中的生词收录进我的单词本的小应用

Rico单词本-收录网页中的单词进我的单词本 là gì?

Rico单词本-收录网页中的单词进我的单词本 là một tiện ích mở rộng Chrome được phát triển bởi RicoFishing, và tính năng chính của nó là "Get more words,all in one bowl! 一个可以将网页中的生词收录进我的单词本的小应用".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rico单词本-收录网页中的单词进我的单词本

Tải xuống các tệp mở rộng Rico单词本-收录网页中的单词进我的单词本 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

                        Get more words,all in one bowl! Rico单词本可以在划选网页中的单词后自动在单词旁出现按钮,点击后可以查看单词释义,同时支持Bing词典&柯林斯词典的搜索,可以支持将该生词添加至我的单词本!                    

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

Tên Rico单词本-收录网页中的单词进我的单词本 Rico单词本-收录网页中的单词进我的单词本
ID nhdeboajcflaegmofhlnicjlfnfhiigf
URL Chính Thức https://chromewebstore.google.com/detail/rico%E5%8D%95%E8%AF%8D%E6%9C%AC-%E6%94%B6%E5%BD%95%E7%BD%91%E9%A1%B5%E4%B8%AD%E7%9A%84%E5%8D%95%E8%AF%8D%E8%BF%9B%E6%88%91%E7%9A%84%E5%8D%95%E8%AF%8D%E6%9C%AC/nhdeboajcflaegmofhlnicjlfnfhiigf
Mô tả Get more words,all in one bowl! 一个可以将网页中的生词收录进我的单词本的小应用
Kích Thước Tệp 130 KB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2018-09-25
Ngày Phát Hành 2018-09-25
Nhà Phát Triển RicoFishing
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rico\u5355\u8bcd\u672c-\u6536\u5f55\u7f51\u9875\u4e2d\u7684\u5355\u8bcd\u8fdb\u6211\u7684\u5355\u8bcd\u672c",
    "version": "1.0.1",
    "description": "Get more words,all in one bowl! \u4e00\u4e2a\u53ef\u4ee5\u5c06\u7f51\u9875\u4e2d\u7684\u751f\u8bcd\u6536\u5f55\u8fdb\u6211\u7684\u5355\u8bcd\u672c\u7684\u5c0f\u5e94\u7528",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/select.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "notifications",
        "declarativeContent",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/16.png",
            "48": "img\/48.png",
            "128": "img\/128.png"
        }
    },
    "minimum_chrome_version": "6.0.0.0",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "manifest_version": 2
}