Sticky Notes Tab
Simply use sticky notes on every new tab
Sticky Notes Tab란 무엇입니까?
Sticky Notes Tab은(는) Eltech LLC에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simply use sticky notes on every new tab"입니다.
확장 프로그램 스크린샷
Sticky Notes Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Sticky notes are the best and now you can easily leave sticky notes on your new tab. This extension adds a sticky note function to your new tab, where it's easy to access and add notes on the go while browsing online. To add a new note, simply click the [+] button and add a new note, move it around and make sure to save by clicking the check mark. This extension is free to download from the Chrome Web store, and you can uninstall it at any time. By clicking "Add to chrome", I accept and agree to installing the Sticky Notes Tab extension and setting chrome new tab search provider to Microsoft Bing as described by the service in terms of use https://stickynotestab.com/terms and Privacy Policy https://stickynotestab.com/privacy Please review our Privacy Policy for details regarding the information we collect when you install and use the extension. For more information please check: Terms of Service: https://stickynotestab.com/terms Privacy Policy: https://stickynotestab.com/privacy About US: https://stickynotestab.com/about
확장 프로그램 기본 정보
이름 | Sticky Notes Tab |
ID | deddbiddnnjfdimhokibmmekfckfidfe |
공식 URL | https://chromewebstore.google.com/detail/sticky-notes-tab/deddbiddnnjfdimhokibmmekfckfidfe |
설명 | Simply use sticky notes on every new tab |
파일 크기 | 1.62 MB |
설치 횟수 | 9,177 |
현재 버전 | 1.2.0 |
최근 업데이트 | 2023-07-03 |
출시 날짜 | 2023-06-08 |
개발자 | Eltech LLC |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://stickynotestab.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Sticky Notes Tab", "version": "1.2.0", "description": "Simply use sticky notes on every new tab", "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png", "48": "images\/icon-48.png" }, "action": [], "background": { "service_worker": "scripts\/background.js" }, "chrome_url_overrides": { "newtab": "newtab.html" } } |