Study Cards

This extension will allow you ace your exams!

Wat is Study Cards?

Study Cards is een Chrome-extensie ontwikkeld door cwaf17, en de belangrijkste functie is "This extension will allow you ace your exams!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Study Cards

Download Study Cards-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

                        This app allows you to create your own flashcards with ease and simplicity. Studying them becomes easy too, since all you have to do is toggle the arrow keys.                    

Basisinformatie over de Extensie

Naam Study Cards Study Cards
ID ihfbfogampamdcanodaphobpieiihkkf
Officiële URL https://chrome.google.com/webstore/detail/study-cards/ihfbfogampamdcanodaphobpieiihkkf
Beschrijving This extension will allow you ace your exams!
Bestandsgrootte 9.88 MB
Aantal Installaties 108
Huidige Versie 0.0.1
Laatst Bijgewerkt 2015-04-12
Publicatiedatum 2015-04-12
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar cwaf17
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Study Cards",
    "description": "This extension will allow you ace your exams!",
    "version": "0.0.1",
    "background": {
        "persistent": true,
        "scripts": [
            "setinterval.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Get Smarter!",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}