Flashcard New Tab

Repeat your knowledge with flashcards on each new tab

Flashcard New Tabคืออะไร?

Flashcard New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Oleksii Khrushch และคุณลักษณะหลักของมันคือ "Repeat your knowledge with flashcards on each new tab"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Flashcard New Tab

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

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

                        Extension replaces a new tab in the browser. Each time you open the browser/new tab, you will see a new random card.

Features:

- No permissions
- No analytics
- No frameworks
- Multiple decks
- Support for different types of cards
- Local data storage
- Open-Source                    

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

ชื่อ Flashcard New Tab Flashcard New Tab
ID aglggobkfpbjcgkhchdcflocblfbadfa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/flashcard-new-tab/aglggobkfpbjcgkhchdcflocblfbadfa
คำอธิบาย Repeat your knowledge with flashcards on each new tab
ขนาดไฟล์ 78.96 KB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2022-07-05
วันที่เผยแพร่ 2020-05-18
ผู้พัฒนา Oleksii Khrushch
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/oleksiikhr/flashcard-new-tab
URL หน้าช่วยเหลือ https://github.com/oleksiikhr/flashcard-new-tab
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flashcard New Tab",
    "version": "2.0",
    "description": "Repeat your knowledge with flashcards on each new tab",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "manifest_version": 3
}