Study Cards
This extension will allow you ace your exams!
Study Cardsとは何ですか?
Study Cardsはcwaf17によって開発されたChromeの拡張機能で、その主な機能は「This extension will allow you ace your exams!」です。
拡張機能のスクリーンショット
Study Cards拡張機能のCRXファイルをダウンロード
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.
拡張機能の基本情報
名前 | |
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\/" ] } |