Simple Stickies

A Simple Sticky Note Extension

What is Simple Stickies?

Simple Stickies is a Chrome extension developed by tonarie.k, and its main feature is "A Simple Sticky Note Extension".

Extension Screenshots

screenshot

Download Simple Stickies Extension CRX File

Download Simple Stickies 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

                        Tiny chrome extension for in-page sticky notes.                    

Extension Basic Information

Name Simple Stickies Simple Stickies
ID pbkbcgleojeanmncinpkkgclhobodmap
Official URL https://chromewebstore.google.com/detail/simple-stickies/pbkbcgleojeanmncinpkkgclhobodmap
Description A Simple Sticky Note Extension
File Size 671 KB
Installation Count 33
Current Version 0.1.0
Last Updated 2021-06-24
Publish Date 2021-06-24
Developer tonarie.k
Email [email protected]
Payment Type free
Extension Website https://github.com/kaplantm/chrome-extension-simple-stickies/blob/main/README.md
Help Page URL https://github.com/kaplantm/chrome-extension-simple-stickies/blob/main/README.md
Privacy Policy Page URL https://github.com/kaplantm/chrome-extension-simple-stickies/blob/main/README.md
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "homepage_url": "https:\/\/github.com\/kaplantm",
    "description": "A Simple Sticky Note Extension",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "version": "0.1.0",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}