Quick Notes

Create and check notes quickly

Quick Notes란 무엇입니까?

Quick Notes은(는) Jonny Chan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create and check notes quickly"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        The Ultimate Chrome Extension for Lightning-Fast Note Taking! 

Turning you into a note ninja! 

Looking for a fast and easy way to jot down your ideas and notes while browsing the web? Look no further than our Chrome extension for note taking! With just a few clicks, you can quickly add notes to your browser, including a title and body for easy retrieval later on.

Not only is our extension incredibly convenient, but it's also completely secure. All data is stored locally on your computer, and we never access your information. Plus, our simple, lightweight UI is designed to help you stay focused and avoid distractions while you work.

So if you're tired of cluttered desktops and scattered notes, try our Chrome extension for note taking today!                    

확장 프로그램 기본 정보

이름 Quick Notes Quick Notes
ID ldlojlfndankcgnpghmekgmahifefbod
공식 URL https://chromewebstore.google.com/detail/quick-notes/ldlojlfndankcgnpghmekgmahifefbod
설명 Create and check notes quickly
파일 크기 471 KB
설치 횟수 1,574
현재 버전 1.2.4
최근 업데이트 2024-03-03
출시 날짜 2014-09-04
평점 4.00/5 총 5 개의 평점
개발자 Jonny Chan
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Notes",
    "description": "Create and check notes quickly",
    "version": "1.2.4",
    "manifest_version": 3,
    "icons": {
        "48": "img\/icon.png"
    },
    "action": {
        "default_icon": "img\/icon.png",
        "default_title": "Quick Notes",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    }
}