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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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
}