Super Quick Notes
Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome.
What is Super Quick Notes?
Super Quick Notes is a Chrome extension developed by Tilek Mamutov, and its main feature is "Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome.".
Extension Screenshots
Download Super Quick Notes Extension CRX File
Download Super Quick Notes 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
Are you looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome? Try this extension that allows you to store your notes on your New Tab page. Please note this extension is meant to be very simple and text formatting options such as making text bold, italic etc are removed on purpose. This text editor is powered by Quill rich text editor. If you are a web developer and want to create your own version of Quill text editor see: http://quilljs.com.
Extension Basic Information
Name | |
ID | fojgjomfklhcldkiolieinholgmafcfm |
Official URL | https://chrome.google.com/webstore/detail/super-quick-notes/fojgjomfklhcldkiolieinholgmafcfm |
Description | Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome. |
File Size | 125 KB |
Installation Count | 218 |
Current Version | 1.1.3 |
Last Updated | 2017-01-04 |
Publish Date | 2017-01-04 |
Rating | 4.43/5 Total 7 Ratings |
Developer | Tilek Mamutov |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Super Quick Notes", "description": "Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome.", "version": "1.1.3", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ] } |