Sticky Notes

Sticky Notes - don't ever forget a thing

Sticky Notes란 무엇입니까?

Sticky Notes은(는) mariosloan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sticky Notes - don't ever forget a thing"입니다.

확장 프로그램 스크린샷

screenshot

Sticky Notes 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Enjoy this interactive new-tab extension that enables you to log all your tasks using colorful sticky-notes that you can drag anywhere on the screen. These notes sync across all your browsers so you can start working on your pc and continue on your laptop.

By installing this extension and its Search services you hereby accept its Privacy Policy and Terms of Use. The search features within this extension are provided by Microsoft Bing.                    

확장 프로그램 기본 정보

이름 Sticky Notes Sticky Notes
ID hilefmojhkljioblglkdpaoddmheppkk
공식 URL https://chromewebstore.google.com/detail/sticky-notes/hilefmojhkljioblglkdpaoddmheppkk
설명 Sticky Notes - don't ever forget a thing
파일 크기 4.25 MB
설치 횟수 102
현재 버전 1.0.1
최근 업데이트 2022-12-28
출시 날짜 2022-12-24
평점 5.00/5 총 1 개의 평점
개발자 mariosloan
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://sticky-us.com/
도움말 페이지 URL https://sticky-us.com/#contact-us
개인정보 보호 정책 페이지 URL https://sticky-us.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sticky Notes",
    "description": "Sticky Notes - don't ever forget a thing",
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "img\/icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "search.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "version": "1.0.1"
}