Notey Notepad

Take Quick Notes

什么是Notey Notepad?

Notey Notepad是由Time Technology开发的Chrome扩展程序,该扩展的主要功能是“Take Quick Notes”。

扩展截图

screenshot
screenshot

下载Notey Notepad扩展crx文件

下载Notey Notepad扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Notey NotePad is a free and easy-to-use notepad for everyday use. It is designed for simplicity and accessibility thus, making your note taking process fast and convenient via any tab. 

Our day to day work requires efficiency, speed, and accuracy. So in the midst of doing your research, work, and browsing the internet thus, navigating between programs may lose valuable time. This gave birth to this project. Notey NotePad will enable everyone to have the same comfort of taking copious notes without having to leave the browser.                    

扩展基本信息

名称 Notey Notepad Notey Notepad
ID ajbdeoplkbmbilclmchfhkpcpghgbfii
官方URL https://chrome.google.com/webstore/detail/notey-notepad/ajbdeoplkbmbilclmchfhkpcpghgbfii
简介 Take Quick Notes
文件大小 93.55 KB
安装次数 57
当前版本 1.1
更新时间 2022-02-18
上架时间 2019-04-30
评分 5.00/5 共1次评分
开发者 Time Technology
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Notey Notepad",
    "description": "Take Quick Notes",
    "version": "1.1",
    "icons": {
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon_128.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}