FlashTabs
FlashTabs is a digital flashcard app in your new tab screen. Create decks, add some cards, then learn every time you open a new tab.
FlashTabsとは何ですか?
FlashTabsはhttps://flashtabs.coによって開発されたChromeの拡張機能で、その主な機能は「FlashTabs is a digital flashcard app in your new tab screen. Create decks, add some cards, then learn every time you open a new tab.」です。
拡張機能のスクリーンショット
FlashTabs拡張機能のCRXファイルをダウンロード
FlashTabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
FlashTabs is a simple Chrome Extension that makes learning easy. No longer do you have to load up a flashcard application to process through your deck, now you can create a deck and process through it as part of your daily workflow, every time you open a new tab screen.
Feature List:
-> Create multiple decks of flashcards
-> Have multiple decks active at the same time
-> View your flashcards in your new tab screen
-> FlashTabs uses a spaced repetition algorithm, only showing you cards at the optimal times to increase knowledge retention.
-> Import and Export your decks to share with others
-> Upload an image to the front and back of your cards
-> With FlashTabs Pro, choose different colours for your Decks 拡張機能の基本情報
| 名前 | |
| ID | gcgdbnfebnhdbffnohjibaomkiepmfnb |
| 公式URL | https://chromewebstore.google.com/detail/flashtabs/gcgdbnfebnhdbffnohjibaomkiepmfnb |
| 説明 | FlashTabs is a digital flashcard app in your new tab screen. Create decks, add some cards, then learn every time you open a new tab. |
| ファイルサイズ | 6.83 KB |
| インストール数 | 4,943 |
| 現在のバージョン | 2.0.1 |
| 最終更新日 | 2021-03-28 |
| 公開日 | 2020-04-13 |
| 評価 | 4.03/5 合計 39 レビュー |
| 開発者 | https://flashtabs.co |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://flashtabs.co |
| ヘルプページのURL | https://flashtabs.co/ |
| 対応言語 | en-GB |
| manifest.json | |
{
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"browser_action": {
"default_title": "FlashTabs"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"content_security_policy": "script-src 'self' https:\/\/flashtabs.co; object-src 'self'",
"description": "FlashTabs is a digital flashcard app in your new tab screen. Create decks, add some cards, then learn every time you open a new tab.",
"homepage_url": "https:\/\/flashtabs.co\/",
"icons": {
"128": "img\/brand_128x128.png",
"48": "img\/brand_48x48.png",
"32": "img\/brand_32x32.png",
"16": "img\/brand_16x16.png"
},
"manifest_version": 2,
"name": "FlashTabs",
"permissions": [],
"short_name": "FlashTabs",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "2.0.1",
"version_name": "2.0.1"
} | |