可可英语助手

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

什么是可可英语助手?

可可英语助手是由Nick Wang开发的Chrome扩展程序,该扩展的主要功能是“使用可可英语听写单词时,自动发音,可设置发音次数与间隔.http://word.kekenet.com/index.php?do=wordblank”。

扩展截图

screenshot
screenshot

下载可可英语助手扩展crx文件

下载可可英语助手扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 可可英语助手 可可英语助手
ID jgfmpbpkebeemjkkcepbfibhcgedpnfn
官方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
简介 使用可可英语听写单词时,自动发音,可设置发音次数与间隔.http://word.kekenet.com/index.php?do=wordblank
文件大小 50.9 KB
安装次数 46
当前版本 1.1
更新时间 2017-04-12
上架时间 2017-04-12
评分 5.00/5 共2次评分
开发者 Nick Wang
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}