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 |
官方網址 | 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 } |