达达划词翻译

划词翻译、生词本、吐司弹词、与扇贝同步

达达划词翻译란 무엇입니까?

达达划词翻译은(는) Chengzhou에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "划词翻译、生词本、吐司弹词、与扇贝同步"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        > 警告!!!! 更新 1.0.1 会将原来的生词簿清空(因为迁移存储位置了)请知悉

* 好看的划词翻译
* 基于牛津字典的「英英翻译」、「例句」
* 自带「生词簿」, 并可同步至扇贝、有道
* 基于记忆曲线的「吐司弹词」
* 外链「词根词缀」                    

확장 프로그램 기본 정보

이름 达达划词翻译 达达划词翻译
ID cajhcjfcodjoalmhjekljnfkgjlkeajl
공식 URL https://chromewebstore.google.com/detail/%E8%BE%BE%E8%BE%BE%E5%88%92%E8%AF%8D%E7%BF%BB%E8%AF%91/cajhcjfcodjoalmhjekljnfkgjlkeajl
설명 划词翻译、生词本、吐司弹词、与扇贝同步
파일 크기 952 KB
설치 횟수 20,000
현재 버전 1.2.16
최근 업데이트 2019-11-04
출시 날짜 2019-11-03
평점 4.45/5 총 154 개의 평점
개발자 Chengzhou
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/waynecz/dadda-translate-crx
도움말 페이지 URL https://github.com/waynecz/dadda-translate-crx/issues
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "\u5212\u8bcd\u7ffb\u8bd1\u3001\u751f\u8bcd\u672c\u3001\u5410\u53f8\u5f39\u8bcd\u3001\u4e0e\u6247\u8d1d\u540c\u6b65",
    "name": "\u8fbe\u8fbe\u5212\u8bcd\u7ffb\u8bd1",
    "manifest_version": 2,
    "version": "1.2.16",
    "author": "Waynecz <[email protected]>",
    "homepage_url": "https:\/\/github.com\/waynecz\/dadda-translate-crx",
    "content_security_policy": "font-src 'self' https:\/\/fonts.googleapis.com; script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "128": "logo.png",
        "16": "logo.png",
        "48": "logo.png"
    },
    "web_accessible_resources": [
        "logo.png",
        "logo-active.png",
        "content\/app.css",
        "fonts\/*",
        "assets\/*"
    ],
    "permissions": [
        "",
        "storage",
        "clipboardWrite",
        "clipboardRead",
        "activeTab",
        "webRequest",
        "storage",
        "tabs",
        "cookies",
        "notifications",
        "alarms",
        "webRequestBlocking",
        "contextMenus"
    ],
    "browser_action": {
        "default_title": "\u8fbe\u8fbe\u5212\u8bcd\u7ffb\u8bd1",
        "default_icon": "logo.png",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/content.js"
            ],
            "css": [
                "styles\/translator.css"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ]
}