英语生词本(English Vocabulary Book)

一个 Chrome 扩展,可以将不熟悉的英语单词收集到我的生词本中,收集的单词以后可以用来复习和记忆。

英语生词本(English Vocabulary Book)คืออะไร?

英语生词本(English Vocabulary Book) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย buuug7 และคุณลักษณะหลักของมันคือ "一个 Chrome 扩展,可以将不熟悉的英语单词收集到我的生词本中,收集的单词以后可以用来复习和记忆。"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 英语生词本(English Vocabulary Book)

ดาวน์โหลดไฟล์ส่วนขยาย 英语生词本(English Vocabulary Book) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        一个 Chrome 扩展,可以将不熟悉的英语单词收集到我的生词本中,收集的单词以后可以用来复习和记忆. 在网页中选择您要收集的单词,右键单击并在上下文菜单中选择 **添加到我的生词本** 菜单项.

A Chrome extension that collect unfamiliar english words to my vocabulary book, the collection words can be used to review and
memories later.

selection the word in the webpage that you want to collect, right click and select the **Add to my vocabulary book** menu item in the context menu.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 英语生词本(English Vocabulary Book) 英语生词本(English Vocabulary Book)
ID aknfjhcdkaofolaaofflmioedlonbhpf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/%E8%8B%B1%E8%AF%AD%E7%94%9F%E8%AF%8D%E6%9C%ACenglish-vocabulary-b/aknfjhcdkaofolaaofflmioedlonbhpf
คำอธิบาย 一个 Chrome 扩展,可以将不熟悉的英语单词收集到我的生词本中,收集的单词以后可以用来复习和记忆。
ขนาดไฟล์ 759 KB
จำนวนการติดตั้ง 134
เวอร์ชันปัจจุบัน 0.1.5
อัปเดตครั้งล่าสุด 2021-07-19
วันที่เผยแพร่ 2021-06-23
ผู้พัฒนา buuug7
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/buuug7/english-vocabulary-book#readme
URL หน้าช่วยเหลือ https://github.com/buuug7/english-vocabulary-book/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u82f1\u8bed\u751f\u8bcd\u672c(English Vocabulary Book)",
    "description": "\u4e00\u4e2a Chrome \u6269\u5c55\uff0c\u53ef\u4ee5\u5c06\u4e0d\u719f\u6089\u7684\u82f1\u8bed\u5355\u8bcd\u6536\u96c6\u5230\u6211\u7684\u751f\u8bcd\u672c\u4e2d\uff0c\u6536\u96c6\u7684\u5355\u8bcd\u4ee5\u540e\u53ef\u4ee5\u7528\u6765\u590d\u4e60\u548c\u8bb0\u5fc6\u3002",
    "version": "0.1.5",
    "manifest_version": 3,
    "background": {
        "main": [
            "lib.js"
        ],
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "notifications"
    ],
    "options_page": "options.html",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon-16x16.png",
            "32": "\/images\/icon-32x32.png",
            "64": "\/images\/icon-64x64.png",
            "128": "\/images\/icon-128x128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon-16x16.png",
        "32": "\/images\/icon-32x32.png",
        "64": "\/images\/icon-64x64.png",
        "128": "\/images\/icon-128x128.png"
    }
}