笃行网页阅读

解放你的眼睛,耳朵出来干活~

What is 笃行网页阅读?

笃行网页阅读 is a Chrome extension developed by https://duxing.org, and its main feature is "解放你的眼睛,耳朵出来干活~".

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

                        用法:
选择网页中一段文字,右键单击,选择“朗读选中文本”即可。                    

Extension Basic Information

Name 笃行网页阅读 笃行网页阅读
ID hjhbnoemhhfkjekfjlcnhpdlejdeidpm
Official 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
Description 解放你的眼睛,耳朵出来干活~
File Size 10.38 KB
Installation Count 28
Current Version 1.0.0
Last Updated 2016-03-28
Publish Date 2016-03-27
Developer https://duxing.org
Email [email protected]
Payment Type free
Extension Website http://t.qq.com/duxing
Privacy Policy Page URL https://github.com/g8up/youDaoDict/wiki/privacy
Supported Languages 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"
    }
}