NoteTaker
Take quick notes and save them without moving away from your browser!
What is NoteTaker?
NoteTaker is a Chrome extension developed by Nehan Sikder, and its main feature is "Take quick notes and save them without moving away from your browser!".
Extension Screenshots
Download NoteTaker Extension CRX File
Download NoteTaker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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]
Extension Basic Information
Name | NoteTaker |
ID | jedmfdadjflnlakpidicccpibkdfpeap |
Official URL | https://chromewebstore.google.com/detail/notetaker/jedmfdadjflnlakpidicccpibkdfpeap |
Description | Take quick notes and save them without moving away from your browser! |
File Size | 394 KB |
Installation Count | 1,015 |
Current Version | 0.0.0.3 |
Last Updated | 2017-01-15 |
Publish Date | 2017-01-15 |
Rating | 4.00/5 Total 4 Ratings |
Developer | Nehan Sikder |
[email protected] | |
Payment Type | free |
Supported Languages | 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:\/\/*\/*" ] } ] } |