Todo Lists Memo Sticky Note / Post It Notes

Transform your Chrome browser into an interactive board for your daily tasks and memos.

Todo Lists Memo Sticky Note / Post It Notes란 무엇입니까?

Todo Lists Memo Sticky Note / Post It Notes은(는) GPTBLOX에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Transform your Chrome browser into an interactive board for your daily tasks and memos."입니다.

확장 프로그램 스크린샷

screenshot

Todo Lists Memo Sticky Note / Post It Notes 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        With Todo Lists Memo Sticky Note, never miss out on important tasks or reminders. It serves as your personal sticky note board right within Chrome. Features:

• Create new notes with a simple click.
• Edit or delete notes with ease.
• Notes are automatically saved and available across browser sessions.
• Enjoy a colorful and intuitive design, with notes featuring random soft hues for a pleasant visual experience.                    

확장 프로그램 기본 정보

이름 Todo Lists Memo Sticky Note / Post It Notes Todo Lists Memo Sticky Note / Post It Notes
ID cblcaabagoijnfpiagcfiaalhmnimfpg
공식 URL https://chromewebstore.google.com/detail/todo-lists-memo-sticky-no/cblcaabagoijnfpiagcfiaalhmnimfpg
설명 Transform your Chrome browser into an interactive board for your daily tasks and memos.
파일 크기 6.67 KB
설치 횟수 65
현재 버전 1.0.0
최근 업데이트 2023-09-19
출시 날짜 2023-09-18
개발자 GPTBLOX
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Todo Lists Memo Sticky Note \/ Post It Notes",
    "version": "1.0.0",
    "description": "Transform your Chrome browser into an interactive board for your daily tasks and memos.",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}