Tab Notes
Allow you to write anything in new tab
Tab Notes란 무엇입니까?
Tab Notes은(는) https://blog.wildsky.cc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allow you to write anything in new tab"입니다.
확장 프로그램 스크린샷
Tab Notes 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Features: * Easy-to-use: Just open new tab, and write down thoughts. * Manage-less: There is only one note: your new tab. * Auto-save: No worries about saving things when writing. * Theme: Support light and dark theme. * Lightweight and fast: Just try and enjoy it. * Multi-notes * Open-source: The source code of this add-on is at Github: https://github.com/wildskyf/tab-notes --- This add-on is ported from Tab Notes on Firefox. https://addons.mozilla.org/firefox/addon/tab-notes/
확장 프로그램 기본 정보
이름 | Tab Notes |
ID | obnnegakmgonaiplaobihpmcjhlceeic |
공식 URL | https://chromewebstore.google.com/detail/tab-notes/obnnegakmgonaiplaobihpmcjhlceeic |
설명 | Allow you to write anything in new tab |
파일 크기 | 116 KB |
설치 횟수 | 1,782 |
현재 버전 | 3.2.0 |
최근 업데이트 | 2022-03-03 |
출시 날짜 | 2020-03-08 |
평점 | 5.00/5 총 7 개의 평점 |
개발자 | https://blog.wildsky.cc |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://readmoo.com/terms/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "54.0a1" } }, "icons": { "48": "icons\/48.png", "96": "icons\/96.png", "128": "icons\/128.png", "256": "icons\/256.png" }, "manifest_version": 2, "name": "Tab Notes", "version": "3.2.0", "description": "Allow you to write anything in new tab", "permissions": [ "storage", "unlimitedStorage" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "browser_action": { "browser_style": true, "default_icon": "icons\/48.png", "default_title": "Tab notes", "default_popup": "newtab.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Y" } } } } |