Nootpad
A notepad whenever you need it.
Qu'est-ce que Nootpad ?
Nootpad est une extension Chrome développée par James Pan, et sa fonction principale est "A notepad whenever you need it.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Nootpad
Téléchargez les fichiers d'extension Nootpad 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
Sometimes when I read things on the Internet, I want to take notes. But I find that opening up a new text file, launching a notepad app, or grabbing a pencil and paper disrupts my workflow. So instead, I made this handy Chrome extension. It pops up a notepad wherever I am and syncs it to my Chrome account. It also lets me save seven distinct frames at a time. So far I've found it useful for me. I hope you can find it useful too. James Pan http://pan-james.tumblr.com @jibpan Shortcuts ---------- Move forward one frame: Alt + . Move back one frame: Alt + ,
Informations de Base sur l'Extension
Nom | Nootpad |
ID | impicfhanbdnokdchlcnafgdhenlffph |
URL Officiel | https://chromewebstore.google.com/detail/nootpad/impicfhanbdnokdchlcnafgdhenlffph |
Description | A notepad whenever you need it. |
Taille du Fichier | 11.64 KB |
Nombre d'Installations | 2,333 |
Version Actuelle | 0.71 |
Dernière Mise à Jour | 2015-07-15 |
Date de Publication | 2015-07-15 |
Évaluation | 4.29/5 Total 7 Évaluations |
Développeur | James Pan |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nootpad", "description": "A notepad whenever you need it.", "version": "0.71", "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "Open a nootpad", "default_popup": "nootpad.html" }, "background": { "scripts": [ "background.js" ] }, "icons": { "19": "icon19.png", "38": "icon38.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage" ] } |