Study Cards
This extension will allow you ace your exams!
Vad är Study Cards?
Study Cards är en Chrome-tillägg utvecklad av cwaf17, och dess huvudfunktion är "This extension will allow you ace your exams!".
Tilläggsskärmbilder
Ladda ner Study Cards-förlängningens CRX-fil
Ladda ner Study Cards-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | ihfbfogampamdcanodaphobpieiihkkf |
Officiell webbadress | https://chrome.google.com/webstore/detail/study-cards/ihfbfogampamdcanodaphobpieiihkkf |
Beskrivning | This extension will allow you ace your exams! |
Filstorlek | 9.88 MB |
Antal Installationer | 108 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2015-04-12 |
Publiceringsdatum | 2015-04-12 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | cwaf17 |
Betalningssätt | free |
Stödda Språk | 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\/" ] } |