Study Cards

This extension will allow you ace your exams!

Что такое Study Cards?

Study Cards - это расширение Chrome, разработанное cwaf17, и его основная функция - "This extension will allow you ace your exams!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Study Cards

Скачайте файлы расширений Study Cards в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Study Cards Study Cards
ID ihfbfogampamdcanodaphobpieiihkkf
Официальный URL https://chrome.google.com/webstore/detail/study-cards/ihfbfogampamdcanodaphobpieiihkkf
Описание This extension will allow you ace your exams!
Размер файла 9.88 MB
Количество установок 108
Текущая Версия 0.0.1
Последнее Обновление 2015-04-12
Дата публикации 2015-04-12
Рейтинг 1.00/5 Всего 1 оценок
Разработчик cwaf17
Тип оплаты free
Поддерживаемые языки 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\/"
    ]
}