划词翻译

虽则如云,匪我思存。

Cos'è 划词翻译?

划词翻译 è un'estensione di Chrome sviluppata da https://mm.js.org, e la sua funzione principale è "虽则如云,匪我思存。".

Screenshot dell'Estensione

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

                        A simple extension to explain English words for Chinese.                    

Informazioni di Base sull'Estensione

Nome 划词翻译 划词翻译
ID flopjfeengphlbghlnmfhcjbadnhbmel
URL Ufficiale https://chromewebstore.google.com/detail/%E5%88%92%E8%AF%8D%E7%BF%BB%E8%AF%91/flopjfeengphlbghlnmfhcjbadnhbmel
Descrizione 虽则如云,匪我思存。
Dimensione del File 53.25 KB
Conteggio Installazioni 244
Versione Corrente 1.19.0908.0
Ultimo Aggiornamento 2019-09-09
Data di Pubblicazione 2019-09-08
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://mm.js.org
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/1ocalhost/dict
Lingue Supportate 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"
    ]
}