Flashcard New Tab

Repeat your knowledge with flashcards on each new tab

Cos'è Flashcard New Tab?

Flashcard New Tab è un'estensione di Chrome sviluppata da Oleksii Khrushch, e la sua funzione principale è "Repeat your knowledge with flashcards on each new tab".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Flashcard New Tab

Scarica i file di estensione Flashcard New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Flashcard New Tab Flashcard New Tab
ID aglggobkfpbjcgkhchdcflocblfbadfa
URL Ufficiale https://chromewebstore.google.com/detail/flashcard-new-tab/aglggobkfpbjcgkhchdcflocblfbadfa
Descrizione Repeat your knowledge with flashcards on each new tab
Dimensione del File 78.96 KB
Conteggio Installazioni 22
Versione Corrente 2.0
Ultimo Aggiornamento 2022-07-05
Data di Pubblicazione 2020-05-18
Sviluppatore Oleksii Khrushch
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/oleksiikhr/flashcard-new-tab
URL della Pagina di Aiuto https://github.com/oleksiikhr/flashcard-new-tab
Lingue Supportate 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
}