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文件

下載Quick Notes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}