Study Cards

This extension will allow you ace your exams!

What is Study Cards?

Study Cards is a Chrome extension developed by cwaf17, and its main feature is "This extension will allow you ace your exams!".

Extension Screenshots

screenshot

Download Study Cards Extension CRX File

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

                        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.                    

Extension Basic Information

Name Study Cards Study Cards
ID ihfbfogampamdcanodaphobpieiihkkf
Official URL https://chrome.google.com/webstore/detail/study-cards/ihfbfogampamdcanodaphobpieiihkkf
Description This extension will allow you ace your exams!
File Size 9.88 MB
Installation Count 108
Current Version 0.0.1
Last Updated 2015-04-12
Publish Date 2015-04-12
Rating 1.00/5 Total 1 Ratings
Developer cwaf17
Payment Type free
Supported Languages 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\/"
    ]
}