Flash Cardon

Language learning aid

Flash Cardonคืออะไร?

Flash Cardon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aquilax และคุณลักษณะหลักของมันคือ "Language learning aid"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Flash Cardon

ดาวน์โหลดไฟล์ส่วนขยาย Flash Cardon ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Turn any web page to a learning experience. 
The extension allows you to build vocabulary by keeping track of known words, and highlighting the new ones to learn. 
The whole collected vocabulary can be exported as structured text and used to create flash cards.

How to use
- Open a web page in the language you want to learn
- Click on the Flash Cardon icon on the top of the browser. All words which are not added will get an yellow highlight background.
- Double click on a word to add or update it's meaning.
- You can also see some statistics in the lower right corner of the page

Export/Import/Update Vocabulary
- Right click on the Flash Cardon icon and select Manage Words from the popup menu.

Source code can be found here: https://github.com/aquilax/flash-cardon

Changelog:

1.0.3
- Updated to manifest v3

1.0.2
- Adds support for showing translation as a html ruby

1.0.1
- added word review page (only randomized list at the moment)

1.0.0
- added created and updated fields for each word
- import from both old and new backups
- database migration on install

0.0.4 
- added download button on the manage words page                    

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

ชื่อ Flash Cardon Flash Cardon
ID kljjkndkgodhkabbkecjlladgmeapiaf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/flash-cardon/kljjkndkgodhkabbkecjlladgmeapiaf
คำอธิบาย Language learning aid
ขนาดไฟล์ 19.18 KB
จำนวนการติดตั้ง 28
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2023-08-24
วันที่เผยแพร่ 2020-05-21
ผู้พัฒนา aquilax
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/aquilax/flash-cardon
URL หน้าช่วยเหลือ https://github.com/aquilax/flash-cardon/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Flash Cardon",
    "description": "Language learning aid",
    "version": "1.0.3",
    "icons": {
        "16": "icon_16.png",
        "19": "icon_19.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "action": {
        "default_icon": "icon_19.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "unlimitedStorage",
        "scripting"
    ]
}