Sticky
A sticky note extension for Chrome
What is Sticky?
Sticky is a Chrome extension developed by naik.tanmay283, and its main feature is "A sticky note extension for Chrome".
Extension Screenshots
Download Sticky Extension CRX File
Download Sticky 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
Sticky is a sticky note extension for chrome that uses local storage to store your notes on the go. Save inspiration, ideas and quick scribbles before you forget!
Extension Basic Information
Name | |
ID | lcfpplpecfogeiofeknpeeocaajgdalg |
Official URL | https://chrome.google.com/webstore/detail/sticky/lcfpplpecfogeiofeknpeeocaajgdalg |
Description | A sticky note extension for Chrome |
File Size | 12.86 KB |
Installation Count | 148 |
Current Version | 1.1 |
Last Updated | 2020-04-22 |
Publish Date | 2020-04-22 |
Developer | naik.tanmay283 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sticky", "version": "1.1", "description": "A sticky note extension for Chrome", "manifest_version": 2, "icons": { "128": "sticky_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "note.html" }, "permissions": [ "storage" ] } |