达达划词翻译

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

What is 达达划词翻译?

达达划词翻译 is a Chrome extension developed by Chengzhou, and its main feature is "划词翻译、生词本、吐司弹词、与扇贝同步".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
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

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

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

Extension Basic Information

Name 达达划词翻译 达达划词翻译
ID cajhcjfcodjoalmhjekljnfkgjlkeajl
Official 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
Description 划词翻译、生词本、吐司弹词、与扇贝同步
File Size 952 KB
Installation Count 20,000
Current Version 1.2.16
Last Updated 2019-11-04
Publish Date 2019-11-03
Rating 4.45/5 Total 154 Ratings
Developer Chengzhou
Email [email protected]
Payment Type free
Extension Website https://github.com/waynecz/dadda-translate-crx
Help Page URL https://github.com/waynecz/dadda-translate-crx/issues
Supported Languages 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"
        }
    ]
}