笃行网页阅读
解放你的眼睛,耳朵出来干活~
笃行网页阅读とは何ですか?
笃行网页阅读はhttps://duxing.orgによって開発されたChromeの拡張機能で、その主な機能は「解放你的眼睛,耳朵出来干活~」です。
笃行网页阅读拡張機能のCRXファイルをダウンロード
笃行网页阅读拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
用法:
选择网页中一段文字,右键单击,选择“朗读选中文本”即可。 拡張機能の基本情報
| 名前 | |
| ID | hjhbnoemhhfkjekfjlcnhpdlejdeidpm |
| 公式URL | https://chromewebstore.google.com/detail/%E7%AC%83%E8%A1%8C%E7%BD%91%E9%A1%B5%E9%98%85%E8%AF%BB/hjhbnoemhhfkjekfjlcnhpdlejdeidpm |
| 説明 | 解放你的眼睛,耳朵出来干活~ |
| ファイルサイズ | 10.38 KB |
| インストール数 | 28 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2016-03-28 |
| 公開日 | 2016-03-27 |
| 開発者 | https://duxing.org |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://t.qq.com/duxing |
| プライバシーポリシーページのURL | https://github.com/g8up/youDaoDict/wiki/privacy |
| 対応言語 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "\u7b03\u884c\u7f51\u9875\u9605\u8bfb",
"description": "\u89e3\u653e\u4f60\u7684\u773c\u775b\uff0c\u8033\u6735\u51fa\u6765\u5e72\u6d3b~",
"version": "1.0.0",
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"tabs",
"contextMenus"
],
"icons": {
"128": "static\/logo-128.png"
}
} | |