Flashcard New Tab
Repeat your knowledge with flashcards on each new tab
Wat is Flashcard New Tab?
Flashcard New Tab is een Chrome-extensie ontwikkeld door Oleksii Khrushch, en de belangrijkste functie is "Repeat your knowledge with flashcards on each new tab".
Extensie Screenshots
Download het CRX-bestand van de extensie Flashcard New Tab
Download Flashcard New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | aglggobkfpbjcgkhchdcflocblfbadfa |
| Officiële URL | https://chromewebstore.google.com/detail/flashcard-new-tab/aglggobkfpbjcgkhchdcflocblfbadfa |
| Beschrijving | Repeat your knowledge with flashcards on each new tab |
| Bestandsgrootte | 78.96 KB |
| Aantal Installaties | 22 |
| Huidige Versie | 2.0 |
| Laatst Bijgewerkt | 2022-07-05 |
| Publicatiedatum | 2020-05-18 |
| Ontwikkelaar | Oleksii Khrushch |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/oleksiikhr/flashcard-new-tab |
| Help Pagina-URL | https://github.com/oleksiikhr/flashcard-new-tab |
| Ondersteunde Talen | 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
} | |