Notey Notepad
Take Quick Notes
What is Notey Notepad?
Notey Notepad is a Chrome extension developed by Time Technology, and its main feature is "Take Quick Notes".
Extension Screenshots
Download Notey Notepad Extension CRX File
Download Notey Notepad extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ajbdeoplkbmbilclmchfhkpcpghgbfii |
Official URL | https://chrome.google.com/webstore/detail/notey-notepad/ajbdeoplkbmbilclmchfhkpcpghgbfii |
Description | Take Quick Notes |
File Size | 93.55 KB |
Installation Count | 57 |
Current Version | 1.1 |
Last Updated | 2022-02-18 |
Publish Date | 2019-04-30 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Time Technology |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } } |