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」です。

拡張機能のスクリーンショット

screenshot
screenshot

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 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
Eメール [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
}