Sticky Notes

Sticky Notes - Record your inspiration!

What is Sticky Notes?

Sticky Notes is a Chrome extension developed by Louis, and its main feature is "Sticky Notes - Record your inspiration!".

Extension Screenshots

screenshot
screenshot
screenshot

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

                        Sticky Notes - Record your inspiration!

** Update 1.5.4 (September 2019) **
1. Remove subscription.
2. Multi-browser sync.

** Update 1.5.3 (November 2018) **
1. Fix bugs. 

** Update 1.5 (November 2018) **
1. Added subscription and edit.

** Update 1.4 (November 2018) **
1. Fix bugs. 

** Update 1.3 (September 2018) **
1. Added history. 

** Update 1.2 (August 2018) **
1. Add more colors. 

** Update 1.1 (July 2018) **
1. Added settings.                    

Extension Basic Information

Name Sticky Notes Sticky Notes
ID fnmndjbocidkodmnhanjingkafiihphh
Official URL https://chromewebstore.google.com/detail/sticky-notes/fnmndjbocidkodmnhanjingkafiihphh
Description Sticky Notes - Record your inspiration!
File Size 550 KB
Installation Count 1,756
Current Version 1.5.4
Last Updated 2019-09-10
Publish Date 2019-09-09
Rating 4.29/5 Total 7 Ratings
Developer Louis
Email [email protected]
Payment Type free
Privacy Policy Page URL https://checkget.com/privacy
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "version": "1.5.4",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/n128.png"
    },
    "content_scripts": [
        {
            "js": [
                "bundle.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "images\/n16.png",
        "32": "images\/n32.png",
        "48": "images\/n48.png",
        "128": "images\/n128.png"
    },
    "background": {
        "scripts": [
            "backgroundBundle.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "webNavigation",
        "tabs",
        "storage",
        "downloads"
    ]
}