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\/" ] } |