Simple Sticky Note

Simple Sticky Note!

What is Simple Sticky Note?

Simple Sticky Note is a Chrome extension developed by Bassem Abuein, and its main feature is "Simple Sticky Note!".

Extension Screenshots

screenshot

Download Simple Sticky Note Extension CRX File

Download Simple Sticky Note 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

                        Simple Sticky Note is a fast, secure, and simple extension to take notes while surfing the web. Let's keep it quick and simple!

Side note: to enable or disable spell checker. Right-click on the sticky note --> Spellcheck --> Check the spelling for text fields.                    

Extension Basic Information

Name Simple Sticky Note Simple Sticky Note
ID iiccmphpoiamfidlnoenjidlniidkhlg
Official URL https://chromewebstore.google.com/detail/simple-sticky-note/iiccmphpoiamfidlnoenjidlniidkhlg
Description Simple Sticky Note!
File Size 39.74 KB
Installation Count 3,000
Current Version 1.3
Last Updated 2021-08-02
Publish Date 2018-06-25
Rating 4.90/5 Total 29 Ratings
Developer Bassem Abuein
Email [email protected]
Payment Type free
Privacy Policy Page URL https://docs.google.com/document/d/e/2PACX-1vT6ux-ajEM8K1EvXNI4Ah2ST6VkfstqU3sE_ZFdqBko8Vr9s2xKzHDMIlLnyvjlRTu7UQM0pou_MO01/pub
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Sticky Note",
    "description": "Simple Sticky Note!",
    "version": "1.3",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "unlimitedStorage",
        "storage"
    ],
    "icons": {
        "128": "icon.png"
    }
}