饭否划词翻译

饭否划词翻译 Powered by @home2

Cos'è 饭否划词翻译?

饭否划词翻译 è un'estensione di Chrome sviluppata da setq, e la sua funzione principale è "饭否划词翻译 Powered by @home2".

Screenshot dell'Estensione

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

                        饭译是一款 Chrome 浏览器划词翻译插件,同时也是一款饭否小应用。

主要特点如下:
1. 可选音节划分;
2. 可选提醒模式。


你可在饭否上给 @饭译 留言以获取 SSID,并把 SSID 填写在插件中。当提醒模式开启时,查询过的单词会被机器人记住,并将在次日发送词条 at 你。                    

Informazioni di Base sull'Estensione

Nome 饭否划词翻译 饭否划词翻译
ID ncjehkbfoionmagghdkkphaimpdijjje
URL Ufficiale https://chromewebstore.google.com/detail/%E9%A5%AD%E5%90%A6%E5%88%92%E8%AF%8D%E7%BF%BB%E8%AF%91/ncjehkbfoionmagghdkkphaimpdijjje
Descrizione 饭否划词翻译 Powered by @home2
Dimensione del File 32.43 KB
Conteggio Installazioni 50
Versione Corrente 0.1.0
Ultimo Aggiornamento 2019-04-15
Data di Pubblicazione 2019-04-11
Sviluppatore setq
Email [email protected]
Tipo di Pagamento free
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_dict.png",
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "lookup.js"
            ],
            "css": [
                "lookup.css"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon_dict.png",
        "48": "icon_dict.png",
        "128": "icon_dict.png"
    },
    "manifest_version": 2,
    "name": "\u996d\u5426\u5212\u8bcd\u7ffb\u8bd1",
    "short_name": "\u996d\u8bd1",
    "version": "0.1.0",
    "description": "\u996d\u5426\u5212\u8bcd\u7ffb\u8bd1 Powered by @home2",
    "options_page": "options.html",
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "query.png",
        "speech.png"
    ]
}