Flashcard New Tab

Repeat your knowledge with flashcards on each new tab

What is Flashcard New Tab?

Flashcard New Tab is a Chrome extension developed by Oleksii Khrushch, and its main feature is "Repeat your knowledge with flashcards on each new tab".

Extension Screenshots

screenshot
screenshot

Download Flashcard New Tab Extension CRX File

Download Flashcard New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Flashcard New Tab Flashcard New Tab
ID aglggobkfpbjcgkhchdcflocblfbadfa
Official URL https://chromewebstore.google.com/detail/flashcard-new-tab/aglggobkfpbjcgkhchdcflocblfbadfa
Description Repeat your knowledge with flashcards on each new tab
File Size 78.96 KB
Installation Count 22
Current Version 2.0
Last Updated 2022-07-05
Publish Date 2020-05-18
Developer Oleksii Khrushch
Email [email protected]
Payment Type free
Extension Website https://github.com/oleksiikhr/flashcard-new-tab
Help Page URL https://github.com/oleksiikhr/flashcard-new-tab
Supported Languages 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
}