可可英语助手

使用可可英语听写单词时,自动发音,可设置发音次数与间隔.http://word.kekenet.com/index.php?do=wordblank

What is 可可英语助手?

可可英语助手 is a Chrome extension developed by Nick Wang, and its main feature is "使用可可英语听写单词时,自动发音,可设置发音次数与间隔.http://word.kekenet.com/index.php?do=wordblank".

Extension Screenshots

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

                        在可可英语听写单词时,提供的功能有:
1. 听写单词自动发音(可设置发间间隔与次数)
2. 单词输入框在输入状态(不用鼠标点击再输入)
3. 超时自动显示词义(不用鼠标点击查看词义,可设置超时时间)
欢迎大家使用反馈:)
可可英语背单词网址: http://word.kekenet.com                    

Extension Basic Information

Name 可可英语助手 可可英语助手
ID jgfmpbpkebeemjkkcepbfibhcgedpnfn
Official URL https://chromewebstore.google.com/detail/%E5%8F%AF%E5%8F%AF%E8%8B%B1%E8%AF%AD%E5%8A%A9%E6%89%8B/jgfmpbpkebeemjkkcepbfibhcgedpnfn
Description 使用可可英语听写单词时,自动发音,可设置发音次数与间隔.http://word.kekenet.com/index.php?do=wordblank
File Size 50.9 KB
Installation Count 46
Current Version 1.1
Last Updated 2017-04-12
Publish Date 2017-04-12
Rating 5.00/5 Total 2 Ratings
Developer Nick Wang
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": "\u53ef\u53ef\u82f1\u8bed\u52a9\u624b",
    "description": "\u4f7f\u7528\u53ef\u53ef\u82f1\u8bed\u542c\u5199\u5355\u8bcd\u65f6\uff0c\u81ea\u52a8\u53d1\u97f3\uff0c\u53ef\u8bbe\u7f6e\u53d1\u97f3\u6b21\u6570\u4e0e\u95f4\u9694.http:\/\/word.kekenet.com\/index.php?do=wordblank",
    "version": "1.1",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/word.kekenet.com\/index.php?do=wordblank"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "activeTab"
    ]
}