Study Cards
This extension will allow you ace your exams!
Co to jest Study Cards?
Study Cards to rozszerzenie Chrome opracowane przez cwaf17, a jego główną funkcją jest „This extension will allow you ace your exams!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Study Cards
Pobierz pliki rozszerzeń Study Cards w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ihfbfogampamdcanodaphobpieiihkkf |
Oficjalny URL | https://chrome.google.com/webstore/detail/study-cards/ihfbfogampamdcanodaphobpieiihkkf |
Opis | This extension will allow you ace your exams! |
Rozmiar pliku | 9.88 MB |
Liczba instalacji | 108 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2015-04-12 |
Data Publikacji | 2015-04-12 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | cwaf17 |
Typ Płatności | free |
Obsługiwane Języki | 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\/" ] } |