Sticky Notes

Sticky Notes - Record your inspiration!

Sticky Notes란 무엇입니까?

Sticky Notes은(는) Louis에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sticky Notes - Record your inspiration!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Sticky Notes - Record your inspiration!

** Update 1.5.4 (September 2019) **
1. Remove subscription.
2. Multi-browser sync.

** Update 1.5.3 (November 2018) **
1. Fix bugs. 

** Update 1.5 (November 2018) **
1. Added subscription and edit.

** Update 1.4 (November 2018) **
1. Fix bugs. 

** Update 1.3 (September 2018) **
1. Added history. 

** Update 1.2 (August 2018) **
1. Add more colors. 

** Update 1.1 (July 2018) **
1. Added settings.                    

확장 프로그램 기본 정보

이름 Sticky Notes Sticky Notes
ID fnmndjbocidkodmnhanjingkafiihphh
공식 URL https://chromewebstore.google.com/detail/sticky-notes/fnmndjbocidkodmnhanjingkafiihphh
설명 Sticky Notes - Record your inspiration!
파일 크기 550 KB
설치 횟수 1,756
현재 버전 1.5.4
최근 업데이트 2019-09-10
출시 날짜 2019-09-09
평점 4.29/5 총 7 개의 평점
개발자 Louis
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://checkget.com/privacy
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "version": "1.5.4",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/n128.png"
    },
    "content_scripts": [
        {
            "js": [
                "bundle.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "images\/n16.png",
        "32": "images\/n32.png",
        "48": "images\/n48.png",
        "128": "images\/n128.png"
    },
    "background": {
        "scripts": [
            "backgroundBundle.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "webNavigation",
        "tabs",
        "storage",
        "downloads"
    ]
}