英语生词本

你划过的词都会自动备份到生词本中,随机跳出来温习。

What is 英语生词本?

英语生词本 is a Chrome extension developed by jpg, and its main feature is "你划过的词都会自动备份到生词本中,随机跳出来温习。".

Extension Screenshots

screenshot
screenshot
screenshot

Download 英语生词本 Extension CRX File

Download 英语生词本 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        很多人都会安装划词翻译的插件,这个插件算是一个补充,它会把你划过的词自动备份到生词本中,打开空白标签的时候随机弹出其中一个单词,让你在碎片时间里也能时刻复习自己记不住的生词。                    

Extension Basic Information

Name 英语生词本 英语生词本
ID eipbpeoojfichpegdigbfmgfgikcbgda
Official URL https://chromewebstore.google.com/detail/%E8%8B%B1%E8%AF%AD%E7%94%9F%E8%AF%8D%E6%9C%AC/eipbpeoojfichpegdigbfmgfgikcbgda
Description 你划过的词都会自动备份到生词本中,随机跳出来温习。
File Size 356 KB
Installation Count 68
Current Version 0.1.0
Last Updated 2019-03-10
Publish Date 2019-03-04
Developer jpg
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u82f1\u8bed\u751f\u8bcd\u672c",
    "manifest_version": 2,
    "version": "0.1.0",
    "description": "\u4f60\u5212\u8fc7\u7684\u8bcd\u90fd\u4f1a\u81ea\u52a8\u5907\u4efd\u5230\u751f\u8bcd\u672c\u4e2d\uff0c\u968f\u673a\u8df3\u51fa\u6765\u6e29\u4e60\u3002",
    "options_page": "options.html",
    "chrome_url_overrides": {
        "newtab": "remind.html"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "gun.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "myscript.js"
            ]
        }
    ]
}