Quickie - Sticky Notes

Manage your notes easily with our new 'Quickie-Sticky Notes'.

Quickie - Sticky Notes란 무엇입니까?

Quickie - Sticky Notes은(는) https://tutorialcodeplay.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage your notes easily with our new 'Quickie-Sticky Notes'."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        This sticky notes is used to store your quick notes with chrome browser, this having some extra options than normal windows sticky notes.

Change font size
  We can change the font size

Change font style
  We can change the font style                    

확장 프로그램 기본 정보

이름 Quickie - Sticky Notes Quickie - Sticky Notes
ID fagbkcmhagoigbbjccpglokfdklgicfg
공식 URL https://chromewebstore.google.com/detail/quickie-sticky-notes/fagbkcmhagoigbbjccpglokfdklgicfg
설명 Manage your notes easily with our new 'Quickie-Sticky Notes'.
파일 크기 841 KB
설치 횟수 1,114
현재 버전 1.2
최근 업데이트 2020-02-29
출시 날짜 2020-02-29
평점 4.07/5 총 14 개의 평점
개발자 https://tutorialcodeplay.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tutorialcodeplay.com
도움말 페이지 URL https://tutorialcodeplay.com
개인정보 보호 정책 페이지 URL https://htmlcodeplay.com/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quickie - Sticky Notes",
    "description": "Manage your notes easily with our new 'Quickie-Sticky Notes'.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "128note.png",
        "default_popup": "HTMLEditor.html"
    },
    "offline_enabled": true,
    "author": "Merbin Joe",
    "homepage_url": "http:\/\/www.allinworld99.blogspot.com",
    "short_name": "Sticky Notes",
    "icons": {
        "16": "128note.png",
        "48": "128note.png",
        "128": "128note.png"
    },
    "manifest_version": 2
}