Notey Notepad
Take Quick Notes
什麼是Notey Notepad?
Notey Notepad是由Time Technology開發的Chrome擴展程式,該擴展的主要功能是“Take Quick Notes”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | ajbdeoplkbmbilclmchfhkpcpghgbfii |
官方網址 | 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" ] } } |