单词收藏助手

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

What is 单词收藏助手?

单词收藏助手 is a Chrome extension developed by yuuk520, and its main feature is "划词收藏单词, 利用你的碎片时间在微信小程序中记忆、学习单词!".

Extension Screenshots

screenshot
screenshot

Download 单词收藏助手 Extension CRX File

Download 单词收藏助手 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

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

Extension Basic Information

Name 单词收藏助手 单词收藏助手
ID hlchmmedadpbeefeikleobfgjdieclho
Official 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
Description 划词收藏单词, 利用你的碎片时间在微信小程序中记忆、学习单词!
File Size 1.03 MB
Installation Count 241
Current Version 2.1.4
Last Updated 2022-03-22
Publish Date 2019-09-19
Rating 4.80/5 Total 5 Ratings
Developer yuuk520
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}