单词收藏助手

划词收藏单词, 利用你的碎片时间在微信小程序中记忆、学习单词!

Cos'è 单词收藏助手?

单词收藏助手 è un'estensione di Chrome sviluppata da yuuk520, e la sua funzione principale è "划词收藏单词, 利用你的碎片时间在微信小程序中记忆、学习单词!".

Screenshot dell'Estensione

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插件, 并支持翻译功能, 配合微信小程序, 当你在遇到不认识的单词时收藏起来, 创建属于自己的词库, 利用碎片时间打开微信小程序进行学习。                    

Informazioni di Base sull'Estensione

Nome 单词收藏助手 单词收藏助手
ID hlchmmedadpbeefeikleobfgjdieclho
URL Ufficiale https://chromewebstore.google.com/detail/%E5%8D%95%E8%AF%8D%E6%94%B6%E8%97%8F%E5%8A%A9%E6%89%8B/hlchmmedadpbeefeikleobfgjdieclho
Descrizione 划词收藏单词, 利用你的碎片时间在微信小程序中记忆、学习单词!
Dimensione del File 1.03 MB
Conteggio Installazioni 241
Versione Corrente 2.1.4
Ultimo Aggiornamento 2022-03-22
Data di Pubblicazione 2019-09-19
Valutazione 4.80/5 Totale 5 Valutazioni
Sviluppatore yuuk520
Email [email protected]
Tipo di Pagamento free
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u5355\u8bcd\u6536\u85cf\u52a9\u624b",
    "description": "\u5212\u8bcd\u6536\u85cf\u5355\u8bcd, \u5229\u7528\u4f60\u7684\u788e\u7247\u65f6\u95f4\u5728\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u4e2d\u8bb0\u5fc6\u3001\u5b66\u4e60\u5355\u8bcd!",
    "version": "2.1.4",
    "author": "yuuk",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "contextMenus"
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendors.js",
                "js\/content.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "action": {
        "default_title": "\u70b9\u51fb\u767b\u5f55",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    }
}