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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |