Sticky Notes
Sticky Notes - don't ever forget a thing
What is Sticky Notes?
Sticky Notes is a Chrome extension developed by mariosloan, and its main feature is "Sticky Notes - don't ever forget a thing".
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
Enjoy this interactive new-tab extension that enables you to log all your tasks using colorful sticky-notes that you can drag anywhere on the screen. These notes sync across all your browsers so you can start working on your pc and continue on your laptop. By installing this extension and its Search services you hereby accept its Privacy Policy and Terms of Use. The search features within this extension are provided by Microsoft Bing.
Extension Basic Information
Name | Sticky Notes |
ID | hilefmojhkljioblglkdpaoddmheppkk |
Official URL | https://chromewebstore.google.com/detail/sticky-notes/hilefmojhkljioblglkdpaoddmheppkk |
Description | Sticky Notes - don't ever forget a thing |
File Size | 4.25 MB |
Installation Count | 102 |
Current Version | 1.0.1 |
Last Updated | 2022-12-28 |
Publish Date | 2022-12-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | mariosloan |
[email protected] | |
Payment Type | free |
Extension Website | https://sticky-us.com/ |
Help Page URL | https://sticky-us.com/#contact-us |
Privacy Policy Page URL | https://sticky-us.com/privacy-policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Sticky Notes", "description": "Sticky Notes - don't ever forget a thing", "permissions": [ "storage" ], "icons": { "128": "img\/icon.png" }, "chrome_url_overrides": { "newtab": "search.html" }, "background": { "service_worker": "background.js" }, "version": "1.0.1" } |