呼吸英语

呼吸英语,让浏览网页成为一种进步!

What is 呼吸英语?

呼吸英语 is a Chrome extension developed by liyangtoworld, and its main feature is "呼吸英语,让浏览网页成为一种进步!".

Extension Screenshots

screenshot

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

                        1.功能:此应用可将网页上的中文转为英文。
2.愿景:作为现代人,坚持刷网页比坚持记单词要轻松多了;将英语融入自己的生活,逐渐替换中文词库。
3.设置:在“选项”页面展示了用户所有已掌握和未掌握的单词,并可以添加或修改单词,一目了然;另外官方提供了词库,用户可以轻松地从词库中添加单词。
4.瑕疵:此应用可能会导致少部分的注册登录页面无响应,此时禁用应用,登录成功之后再启用即可。                    

Extension Basic Information

Name 呼吸英语 呼吸英语
ID nnkmpnijmjmoacpogkeidgpjjiiamacf
Official URL https://chromewebstore.google.com/detail/%E5%91%BC%E5%90%B8%E8%8B%B1%E8%AF%AD/nnkmpnijmjmoacpogkeidgpjjiiamacf
Description 呼吸英语,让浏览网页成为一种进步!
File Size 204 KB
Installation Count 23
Current Version 1.0.2
Last Updated 2019-03-08
Publish Date 2019-03-08
Rating 4.00/5 Total 2 Ratings
Developer liyangtoworld
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u547c\u5438\u82f1\u8bed",
    "version": "1.0.2",
    "description": "\u547c\u5438\u82f1\u8bed,\u8ba9\u6d4f\u89c8\u7f51\u9875\u6210\u4e3a\u4e00\u79cd\u8fdb\u6b65\uff01",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "\u547c\u5438\u82f1\u8bed",
        "default_popup": "html\/popup.html"
    },
    "options_page": "html\/options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/replace.js"
            ],
            "css": [
                "css\/ly.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage"
    ]
}