Notey Notepad
Take Quick Notes
Wat is Notey Notepad?
Notey Notepad is een Chrome-extensie ontwikkeld door Time Technology, en de belangrijkste functie is "Take Quick Notes".
Extensie Screenshots
Download het CRX-bestand van de extensie Notey Notepad
Download Notey Notepad-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ajbdeoplkbmbilclmchfhkpcpghgbfii |
Officiële URL | https://chrome.google.com/webstore/detail/notey-notepad/ajbdeoplkbmbilclmchfhkpcpghgbfii |
Beschrijving | Take Quick Notes |
Bestandsgrootte | 93.55 KB |
Aantal Installaties | 57 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2022-02-18 |
Publicatiedatum | 2019-04-30 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Time Technology |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } } |