Flashcard New Tab
Repeat your knowledge with flashcards on each new tab
什么是Flashcard New Tab?
Flashcard New Tab是由Oleksii Khrushch开发的Chrome扩展程序,该扩展的主要功能是“Repeat your knowledge with flashcards on each new tab”。
扩展截图
下载Flashcard New Tab扩展crx文件
下载Flashcard New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extension replaces a new tab in the browser. Each time you open the browser/new tab, you will see a new random card. Features: - No permissions - No analytics - No frameworks - Multiple decks - Support for different types of cards - Local data storage - Open-Source
扩展基本信息
名称 | Flashcard New Tab |
ID | aglggobkfpbjcgkhchdcflocblfbadfa |
官方URL | https://chromewebstore.google.com/detail/flashcard-new-tab/aglggobkfpbjcgkhchdcflocblfbadfa |
简介 | Repeat your knowledge with flashcards on each new tab |
文件大小 | 78.96 KB |
安装次数 | 22 |
当前版本 | 2.0 |
更新时间 | 2022-07-05 |
上架时间 | 2020-05-18 |
开发者 | Oleksii Khrushch |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/oleksiikhr/flashcard-new-tab |
帮助页面URL | https://github.com/oleksiikhr/flashcard-new-tab |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Flashcard New Tab", "version": "2.0", "description": "Repeat your knowledge with flashcards on each new tab", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "manifest_version": 3 } |