可可英语助手
使用可可英语听写单词时,自动发音,可设置发音次数与间隔.http://word.kekenet.com/index.php?do=wordblank
可可英语助手とは何ですか?
可可英语助手はNick Wangによって開発されたChromeの拡張機能で、その主な機能は「使用可可英语听写单词时,自动发音,可设置发音次数与间隔.http://word.kekenet.com/index.php?do=wordblank」です。
拡張機能のスクリーンショット
可可英语助手拡張機能の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 |
Eメール | [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" ] } |