Flashcard New Tab

Repeat your knowledge with flashcards on each new tab

Co to jest Flashcard New Tab?

Flashcard New Tab to rozszerzenie Chrome opracowane przez Oleksii Khrushch, a jego główną funkcją jest „Repeat your knowledge with flashcards on each new tab”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Flashcard New Tab

Pobierz pliki rozszerzeń Flashcard New Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Flashcard New Tab Flashcard New Tab
ID aglggobkfpbjcgkhchdcflocblfbadfa
Oficjalny URL https://chromewebstore.google.com/detail/flashcard-new-tab/aglggobkfpbjcgkhchdcflocblfbadfa
Opis Repeat your knowledge with flashcards on each new tab
Rozmiar pliku 78.96 KB
Liczba instalacji 22
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2022-07-05
Data Publikacji 2020-05-18
Deweloper Oleksii Khrushch
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/oleksiikhr/flashcard-new-tab
Adres URL Strony Pomocy https://github.com/oleksiikhr/flashcard-new-tab
Obsługiwane Języki 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
}