笃行网页阅读
解放你的眼睛,耳朵出来干活~
Cos'è 笃行网页阅读?
笃行网页阅读 è un'estensione di Chrome sviluppata da https://duxing.org, e la sua funzione principale è "解放你的眼睛,耳朵出来干活~".
Scarica il file CRX dell'estensione 笃行网页阅读
Scarica i file di estensione 笃行网页阅读 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
用法:
选择网页中一段文字,右键单击,选择“朗读选中文本”即可。 Informazioni di Base sull'Estensione
| Nome | |
| ID | hjhbnoemhhfkjekfjlcnhpdlejdeidpm |
| URL Ufficiale | https://chromewebstore.google.com/detail/%E7%AC%83%E8%A1%8C%E7%BD%91%E9%A1%B5%E9%98%85%E8%AF%BB/hjhbnoemhhfkjekfjlcnhpdlejdeidpm |
| Descrizione | 解放你的眼睛,耳朵出来干活~ |
| Dimensione del File | 10.38 KB |
| Conteggio Installazioni | 28 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2016-03-28 |
| Data di Pubblicazione | 2016-03-27 |
| Sviluppatore | https://duxing.org |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://t.qq.com/duxing |
| URL della Pagina della Politica sulla Privacy | https://github.com/g8up/youDaoDict/wiki/privacy |
| Lingue Supportate | 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"
}
} | |