单词控

上着上着网突然蹦出个单词让你背!是不是幸福感满满?

What is 单词控?

单词控 is a Chrome extension developed by 大大大大西瓜, and its main feature is "上着上着网突然蹦出个单词让你背!是不是幸福感满满?".

Extension Screenshots

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

                        还在为总是忘记背单词而苦恼吗?还在为背了单词得不到巩固而忧愁吗?

快来用单词控吧!!!!!
============================
功能清单:
  -在你网上冲浪时自动弹出单词供你记忆,词库现在有四级、六级和考研单词
  -对你不认识的单词提供翻译\例句\发音
  -可查看最近背诵的20个单词并进行回顾
  -增加了主动背诵功能(随时随地想背就背!)
============================
新版本介绍:
  过了个年,偷了几个月的懒,终于更新新版本了!
  -背诵数据统计(入口在右上角小图标里哦)
  -再来一个功能(遇到认识的单词会再生成一个新的,直到你不认识为止!)
  -囤了一吨的bug都被我修复了(我真厉害)
============================
联系作者:
  -大大大大西瓜   [email protected]
  -有什么好的想法都可以邮件告诉我哦,我会一点一点做起来的(只要我能做且想做)                    

Extension Basic Information

Name 单词控 单词控
ID nijnjokmkipjmpaplbkkimkfhggeleci
Official URL https://chrome.google.com/webstore/detail/%E5%8D%95%E8%AF%8D%E6%8E%A7/nijnjokmkipjmpaplbkkimkfhggeleci
Description 上着上着网突然蹦出个单词让你背!是不是幸福感满满?
File Size 1.06 MB
Installation Count 50
Current Version 0.2.2
Last Updated 2018-03-08
Publish Date 2018-03-08
Rating 3.67/5 Total 3 Ratings
Developer 大大大大西瓜
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u5355\u8bcd\u63a7",
    "version": "0.2.2",
    "description": "\u4e0a\u7740\u4e0a\u7740\u7f51\u7a81\u7136\u8e66\u51fa\u4e2a\u5355\u8bcd\u8ba9\u4f60\u80cc\uff01\u662f\u4e0d\u662f\u5e78\u798f\u611f\u6ee1\u6ee1\uff1f",
    "permissions": [
        "http:\/\/*.shanbay.com\/*",
        "contextMenus",
        "tabs",
        "storage",
        "notifications"
    ],
    "options_page": "option.html",
    "background": {
        "persistent": true,
        "scripts": [
            "SearchDictionary.js",
            "utility.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "asset\/icon48.png",
        "16": "asset\/icon16.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "style.css"
            ],
            "js": [
                "SearchDictionary.js",
                "utility.js",
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}