Tab Notes
Tab Notes will helps you to make notes on the browser. It is easy to use and quick to access
Tab Notes란 무엇입니까?
Tab Notes은(는) Vineeth TR에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tab Notes will helps you to make notes on the browser. It is easy to use and quick to access"입니다.
확장 프로그램 스크린샷
Tab Notes 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tab Notes lets you compose notes like articles using a variety of typography styles. You can also draw shapes to accompany your notes. Notes will automatically be saved and synced with each new tab. Tab Notes offers you a wide variety of built-in themes. If you are not satisfied with the built-in themes, you can create custom themes as well. # Features of Tab Notes ⚡ Quick and easy to access notes while clicking on a new tab 🗂️ Store multiple notes ✍️ Variety of typography styles are available to write notes 📐 Draw shapes to accompany your notes 🤹 Code block support 🎨 Variety of built-in themes and option to create your own theme 💾 Auto saving notes 🔄 Real time tab sync
확장 프로그램 기본 정보
이름 | Tab Notes |
ID | fiinodkfgdoljchgmojlnfijgmkmaiel |
공식 URL | https://chromewebstore.google.com/detail/tab-notes/fiinodkfgdoljchgmojlnfijgmkmaiel |
설명 | Tab Notes will helps you to make notes on the browser. It is easy to use and quick to access |
파일 크기 | 101 KB |
설치 횟수 | 200 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2023-01-18 |
출시 날짜 | 2022-10-20 |
평점 | 4.73/5 총 11 개의 평점 |
개발자 | Vineeth TR |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://vineethtrv.github.io |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tab Notes", "version": "1.0.2", "description": "Tab Notes will helps you to make notes on the browser. It is easy to use and quick to access", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "assets\/images\/tab_note_16x16.png", "32": "assets\/images\/tab_note_32x32.png", "48": "assets\/images\/tab_note_48x48.png", "128": "assets\/images\/Tab_Note_Logo_128x128.png" } } |