划词翻译

虽则如云,匪我思存。

划词翻译とは何ですか?

划词翻译は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"
    ]
}