划词翻译

虽则如云,匪我思存。

什么是划词翻译?

划词翻译是由https://mm.js.org开发的Chrome扩展程序,该扩展的主要功能是“虽则如云,匪我思存。”。

扩展截图

screenshot

下载划词翻译扩展crx文件

下载划词翻译扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A simple extension to explain English words for Chinese.                    

扩展基本信息

名称 划词翻译 划词翻译
ID flopjfeengphlbghlnmfhcjbadnhbmel
官方URL https://chromewebstore.google.com/detail/%E5%88%92%E8%AF%8D%E7%BF%BB%E8%AF%91/flopjfeengphlbghlnmfhcjbadnhbmel
简介 虽则如云,匪我思存。
文件大小 53.25 KB
安装次数 244
当前版本 1.19.0908.0
更新时间 2019-09-09
上架时间 2019-09-08
评分 5.00/5 共1次评分
开发者 https://mm.js.org
付费类型 free
扩展官网 https://github.com/1ocalhost/dict
支持的语言 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"
    ]
}