Notey Notepad
Take Quick Notes
Was ist Notey Notepad?
Notey Notepad ist eine Chrome-Erweiterung, die von Time Technology entwickelt wurde, und ihr Hauptmerkmal ist "Take Quick Notes".
Erweiterungsscreenshots
Notey Notepad-Erweiterungs-CRX-Datei herunterladen
Laden Sie Notey Notepad-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ajbdeoplkbmbilclmchfhkpcpghgbfii |
Offizielle URL | https://chrome.google.com/webstore/detail/notey-notepad/ajbdeoplkbmbilclmchfhkpcpghgbfii |
Beschreibung | Take Quick Notes |
Dateigröße | 93.55 KB |
Installationsanzahl | 57 |
Aktuelle Version | 1.1 |
Letztes Update | 2022-02-18 |
Veröffentlichungsdatum | 2019-04-30 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Time Technology |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } } |