达达划词翻译

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

Cos'è 达达划词翻译?

达达划词翻译 è un'estensione di Chrome sviluppata da Chengzhou, e la sua funzione principale è "划词翻译、生词本、吐司弹词、与扇贝同步".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione 达达划词翻译

Scarica i file di estensione 达达划词翻译 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

Informazioni di Base sull'Estensione

Nome 达达划词翻译 达达划词翻译
ID cajhcjfcodjoalmhjekljnfkgjlkeajl
URL Ufficiale https://chromewebstore.google.com/detail/%E8%BE%BE%E8%BE%BE%E5%88%92%E8%AF%8D%E7%BF%BB%E8%AF%91/cajhcjfcodjoalmhjekljnfkgjlkeajl
Descrizione 划词翻译、生词本、吐司弹词、与扇贝同步
Dimensione del File 952 KB
Conteggio Installazioni 20,000
Versione Corrente 1.2.16
Ultimo Aggiornamento 2019-11-04
Data di Pubblicazione 2019-11-03
Valutazione 4.45/5 Totale 154 Valutazioni
Sviluppatore Chengzhou
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/waynecz/dadda-translate-crx
URL della Pagina di Aiuto https://github.com/waynecz/dadda-translate-crx/issues
Lingue Supportate 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"
        }
    ]
}