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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

FlashTabs 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 FlashTabs FlashTabs
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
이메일 [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"
}