达达划词翻译

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

Wat is 达达划词翻译?

达达划词翻译 is een Chrome-extensie ontwikkeld door Chengzhou, en de belangrijkste functie is "划词翻译、生词本、吐司弹词、与扇贝同步".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie 达达划词翻译

Download 达达划词翻译-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

Basisinformatie over de Extensie

Naam 达达划词翻译 达达划词翻译
ID cajhcjfcodjoalmhjekljnfkgjlkeajl
Officiële 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
Beschrijving 划词翻译、生词本、吐司弹词、与扇贝同步
Bestandsgrootte 952 KB
Aantal Installaties 20,000
Huidige Versie 1.2.16
Laatst Bijgewerkt 2019-11-04
Publicatiedatum 2019-11-03
Beoordeling 4.45/5 Totaal 154 Beoordelingen
Ontwikkelaar Chengzhou
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/waynecz/dadda-translate-crx
Help Pagina-URL https://github.com/waynecz/dadda-translate-crx/issues
Ondersteunde Talen 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"
        }
    ]
}