Sticky Notes
Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.
What is Sticky Notes?
Sticky Notes is a Chrome extension developed by Divin Divakaran, and its main feature is "Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.".
Extension Screenshots
Download Sticky Notes Extension CRX File
Download Sticky 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
------------------------------- FEATURES ---------------------------------------- - You'll see the notes every time you open a new tab in chrome. - Unlimited number of notes can be added. - Customise the background colour of the page and also the colour of the notes. - The size of the note can be easily updated and can be dragged to any desired location. - The notes will stay in the exact position even after you exit and reopen. - The application is lightweight and very fast - A google search is also included with this application
Extension Basic Information
Name | |
ID | afdjehcoobjeopcnfdjncgjibchcomlg |
Official URL | https://chrome.google.com/webstore/detail/sticky-notes/afdjehcoobjeopcnfdjncgjibchcomlg |
Description | Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done. |
File Size | 158 KB |
Installation Count | 1,000 |
Current Version | 1.0 |
Last Updated | 2018-12-18 |
Publish Date | 2018-12-18 |
Rating | 2.67/5 Total 6 Ratings |
Developer | Divin Divakaran |
[email protected] | |
Payment Type | free |
Extension Website | http://www.divindivakaran.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sticky Notes", "description": "Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.", "version": "1.0", "browser_action": { "default_icon": "icon.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage", "contextMenus" ] } |