划词翻译

虽则如云,匪我思存。

划词翻译란 무엇입니까?

划词翻译은(는) https://mm.js.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "虽则如云,匪我思存。"입니다.

확장 프로그램 스크린샷

screenshot

划词翻译 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}