Notey Notepad
Take Quick Notes
Qu'est-ce que Notey Notepad ?
Notey Notepad est une extension Chrome développée par Time Technology, et sa fonction principale est "Take Quick Notes".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Notey Notepad
Téléchargez les fichiers d'extension Notey Notepad au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ajbdeoplkbmbilclmchfhkpcpghgbfii |
URL Officiel | https://chrome.google.com/webstore/detail/notey-notepad/ajbdeoplkbmbilclmchfhkpcpghgbfii |
Description | Take Quick Notes |
Taille du Fichier | 93.55 KB |
Nombre d'Installations | 57 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2022-02-18 |
Date de Publication | 2019-04-30 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Time Technology |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } } |