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