划词翻译

虽则如云,匪我思存。

What is 划词翻译?

划词翻译 is a Chrome extension developed by https://mm.js.org, 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

                        A simple extension to explain English words for Chinese.                    

Extension Basic Information

Name 划词翻译 划词翻译
ID flopjfeengphlbghlnmfhcjbadnhbmel
Official URL https://chromewebstore.google.com/detail/%E5%88%92%E8%AF%8D%E7%BF%BB%E8%AF%91/flopjfeengphlbghlnmfhcjbadnhbmel
Description 虽则如云,匪我思存。
File Size 53.25 KB
Installation Count 244
Current Version 1.19.0908.0
Last Updated 2019-09-09
Publish Date 2019-09-08
Rating 5.00/5 Total 1 Ratings
Developer https://mm.js.org
Payment Type free
Extension Website https://github.com/1ocalhost/dict
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u5212\u8bcd\u7ffb\u8bd1",
    "version": "1.19.0908.0",
    "description": "\u867d\u5219\u5982\u4e91\uff0c\u532a\u6211\u601d\u5b58\u3002",
    "icons": {
        "48": "icon\/book_48.png",
        "128": "icon\/book_128.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/util.js"
            ],
            "css": [
                "css\/override.css"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "",
        "contextMenus"
    ]
}