NoteTaker
Take quick notes and save them without moving away from your browser!
Qu'est-ce que NoteTaker ?
NoteTaker est une extension Chrome développée par Nehan Sikder, et sa fonction principale est "Take quick notes and save them without moving away from your browser!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension NoteTaker
Téléchargez les fichiers d'extension NoteTaker 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
Have your ever had to quickly take notes while browsing the internet? If so, you know the hassle of minimizing your browser, finding Word or some other text editor and waiting for it to load before you can start typing your note. Well now, there is a quicker, more convenient way of taking notes. Introducing QuickNotes, a chrome extension where by clicking the Notes button, you can get an Editor to create and save notes without ever having to leave your browser! Using Notes, you can also open and update previous notes! Logo design - [email protected]
Informations de Base sur l'Extension
Nom | NoteTaker |
ID | jedmfdadjflnlakpidicccpibkdfpeap |
URL Officiel | https://chromewebstore.google.com/detail/notetaker/jedmfdadjflnlakpidicccpibkdfpeap |
Description | Take quick notes and save them without moving away from your browser! |
Taille du Fichier | 394 KB |
Nombre d'Installations | 1,015 |
Version Actuelle | 0.0.0.3 |
Dernière Mise à Jour | 2017-01-15 |
Date de Publication | 2017-01-15 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | Nehan Sikder |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NoteTaker", "description": "Take quick notes and save them without moving away from your browser!", "version": "0.0.0.3", "manifest_version": 2, "browser_action": { "default_icon": "logo3.png" }, "background": { "scripts": [ "jquery.js", "FileSaver.js", "background.js" ] }, "content_scripts": [ { "js": [ "jquery.js", "FileSaver.js", "background.js" ], "matches": [ "https:\/\/*\/*" ] } ] } |