Study Cards
This extension will allow you ace your exams!
Cos'è Study Cards?
Study Cards è un'estensione di Chrome sviluppata da cwaf17, e la sua funzione principale è "This extension will allow you ace your exams!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Study Cards
Scarica i file di estensione Study Cards in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ihfbfogampamdcanodaphobpieiihkkf |
URL Ufficiale | https://chrome.google.com/webstore/detail/study-cards/ihfbfogampamdcanodaphobpieiihkkf |
Descrizione | This extension will allow you ace your exams! |
Dimensione del File | 9.88 MB |
Conteggio Installazioni | 108 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2015-04-12 |
Data di Pubblicazione | 2015-04-12 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | cwaf17 |
Tipo di Pagamento | free |
Lingue Supportate | 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\/" ] } |