Chrome Quick Notes

Write a note!

什麼是Chrome Quick Notes?

Chrome Quick Notes是由Romkaq開發的Chrome擴展程式,該擴展的主要功能是“Write a note!”。

擴展截圖

screenshot
screenshot

下載Chrome Quick Notes擴展crx文件

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

擴展使用說明

                        A simple notepad extension for Google Chrome.

Click on extension icon and take a note!

Extension remembers your notes , even after closing chrome or restarting your computer!

You can save your note as txt file!                    

擴展基本資訊

名稱 Chrome Quick Notes Chrome Quick Notes
ID ihfekgbkjbnaglhgpkpaajnlnihppidk
官方網址 https://chromewebstore.google.com/detail/chrome-quick-notes/ihfekgbkjbnaglhgpkpaajnlnihppidk
簡介 Write a note!
檔案大小 18.1 KB
安裝次數 110
目前版本 2.0
更新時間 2022-07-31
上架時間 2021-08-26
評分 5.00/5 共 3 次評分
開發者 Romkaq
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://rq-dev.github.io/chrome-extensions-privacy-policy
支援的語言 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chrome Quick Notes",
    "description": "Write a note!",
    "version": "2.0",
    "icons": {
        "128": "icon128.png"
    },
    "action": {
        "default_title": "Chrome Quick Notes",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "downloads"
    ],
    "incognito": "split",
    "default_locale": "en"
}