NoteTab - Save Your Thoughts
Capture your thoughts seamlessly in the new tab page
NoteTab - Save Your Thoughts란 무엇입니까?
NoteTab - Save Your Thoughts은(는) 2050에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Capture your thoughts seamlessly in the new tab page"입니다.
확장 프로그램 스크린샷
NoteTab - Save Your Thoughts 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Write down your important notes, reminders, or random thoughts seamlessly in the new tab of every page. With NoteTab, your new tab is transformed into a better way to manage your productivity and thoughts as you surf the web. The NoteTab extension is lightweight, minimalistic, blazing fast. By clicking "Add to chrome", I accept and agree to installing the NoteTab extension and setting Chrome New Tab search to that provided by the service. The search will be powered by Bing. Privacy Policy: https://2050.one/privacy Terms of Service: https://2050.one/terms Key Feature Include: * All Notes are automatically saved. * Beautiful background images of Planet Earth. * Dedicated 'Notepads' to create lists, separate notes and much more. * Bookmarks with URL images built in. * Built in timer. * Light and Dark themes. We’re always working to make NoteTab better and would love to hear from you. You can reach out to us at [email protected]
확장 프로그램 기본 정보
이름 | NoteTab - Save Your Thoughts |
ID | igdekamfjpbdoijfaegpnmpokdjbgogb |
공식 URL | https://chromewebstore.google.com/detail/notetab-save-your-thought/igdekamfjpbdoijfaegpnmpokdjbgogb |
설명 | Capture your thoughts seamlessly in the new tab page |
파일 크기 | 184 KB |
설치 횟수 | 5,326 |
현재 버전 | 0.0.6 |
최근 업데이트 | 2022-09-28 |
출시 날짜 | 2021-07-23 |
평점 | 4.25/5 총 4 개의 평점 |
개발자 | 2050 |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://2050.one/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NoteTab - Save Your Thoughts", "author": "Notetab Builder", "version": "0.0.6", "description": "Capture your thoughts seamlessly in the new tab page", "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "storage" ], "background": { "service_worker": "background.js" }, "icons": { "128": "icon128.png" }, "manifest_version": 3 } |