FlashTabs

FlashTabs is a digital flashcard app in your new tab screen. Create decks, add some cards, then learn every time you open a new tab.

FlashTabs क्या है?

FlashTabs https://flashtabs.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "FlashTabs is a digital flashcard app in your new tab screen. Create decks, add some cards, then learn every time you open a new tab."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FlashTabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        FlashTabs is a simple Chrome Extension that makes learning easy. No longer do you have to load up a flashcard application to process through your deck, now you can create a deck and process through it as part of your daily workflow, every time you open a new tab screen.

Feature List:
  -> Create multiple decks of flashcards
  -> Have multiple decks active at the same time
  -> View your flashcards in your new tab screen
  -> FlashTabs uses a spaced repetition algorithm, only showing you cards at the optimal times to increase knowledge retention.
  -> Import and Export your decks to share with others
  -> Upload an image to the front and back of your cards
  -> With FlashTabs Pro, choose different colours for your Decks                    

एक्सटेंशन की मूल जानकारी

नाम FlashTabs FlashTabs
ID gcgdbnfebnhdbffnohjibaomkiepmfnb
आधिकारिक URL https://chromewebstore.google.com/detail/flashtabs/gcgdbnfebnhdbffnohjibaomkiepmfnb
विवरण FlashTabs is a digital flashcard app in your new tab screen. Create decks, add some cards, then learn every time you open a new tab.
फ़ाइल का आकार 6.83 KB
स्थापना संख्या 4,943
वर्तमान संस्करण 2.0.1
अंतिम अपडेट 2021-03-28
प्रकाशन तिथि 2020-04-13
रेटिंग 4.03/5 कुल 39 रेटिंग्स
डेवलपर https://flashtabs.co
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://flashtabs.co
सहायता पृष्ठ URL https://flashtabs.co/
समर्थित भाषाएँ en-GB
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "FlashTabs"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/flashtabs.co; object-src 'self'",
    "description": "FlashTabs is a digital flashcard app in your new tab screen. Create decks, add some cards, then learn every time you open a new tab.",
    "homepage_url": "https:\/\/flashtabs.co\/",
    "icons": {
        "128": "img\/brand_128x128.png",
        "48": "img\/brand_48x48.png",
        "32": "img\/brand_32x32.png",
        "16": "img\/brand_16x16.png"
    },
    "manifest_version": 2,
    "name": "FlashTabs",
    "permissions": [],
    "short_name": "FlashTabs",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.1",
    "version_name": "2.0.1"
}