单词收藏助手

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

Wat is 单词收藏助手?

单词收藏助手 is een Chrome-extensie ontwikkeld door yuuk520, en de belangrijkste functie is "划词收藏单词, 利用你的碎片时间在微信小程序中记忆、学习单词!".

Extensie Screenshots

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

                        介绍
当你在阅读英文文档时是否会遇到不认识的单词?可能你会安装谷歌翻译插件来查询翻译, 但下次阅读到同一个单词你可能还是不认识。

秉着一个学习的心态, 单词收藏助手诞生了。

单词收藏助手是一款帮你收藏单词的Chrome插件, 并支持翻译功能, 配合微信小程序, 当你在遇到不认识的单词时收藏起来, 创建属于自己的词库, 利用碎片时间打开微信小程序进行学习。                    

Basisinformatie over de Extensie

Naam 单词收藏助手 单词收藏助手
ID hlchmmedadpbeefeikleobfgjdieclho
Officiële URL https://chromewebstore.google.com/detail/%E5%8D%95%E8%AF%8D%E6%94%B6%E8%97%8F%E5%8A%A9%E6%89%8B/hlchmmedadpbeefeikleobfgjdieclho
Beschrijving 划词收藏单词, 利用你的碎片时间在微信小程序中记忆、学习单词!
Bestandsgrootte 1.03 MB
Aantal Installaties 241
Huidige Versie 2.1.4
Laatst Bijgewerkt 2022-03-22
Publicatiedatum 2019-09-19
Beoordeling 4.80/5 Totaal 5 Beoordelingen
Ontwikkelaar yuuk520
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}