Sticky Notes Tab

Simple sticky notes board - tab extension

What is Sticky Notes Tab?

Sticky Notes Tab is a Chrome extension developed by mcha, and its main feature is "Simple sticky notes board - tab extension".

Extension Screenshots

screenshot
screenshot
screenshot

Download Sticky Notes Tab Extension CRX File

Download Sticky Notes Tab 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

                        A simple sticky notes board - tab extension.
Add sticky notes board to new-tabs.
Options to:
- Change board background color (day/night)
- Change notes background, font-color, font-size, font-family
- Position notes anywhere on the board                    

Extension Basic Information

Name Sticky Notes Tab Sticky Notes Tab
ID ofhklbffoehlkndkhdhjlfkiobbcoogd
Official URL https://chromewebstore.google.com/detail/sticky-notes-tab/ofhklbffoehlkndkhdhjlfkiobbcoogd
Description Simple sticky notes board - tab extension
File Size 70.49 KB
Installation Count 1,717
Current Version 2.0.5
Last Updated 2020-09-21
Publish Date 2019-03-17
Rating 4.06/5 Total 18 Ratings
Developer mcha
Email [email protected]
Payment Type free
Extension Website https://github.com/mustafawm/stickynotes
Help Page URL https://github.com/mustafawm/stickynotes
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sticky Notes Tab",
    "short_name": "Stick Notes Tab",
    "version": "2.0.5",
    "description": "Simple sticky notes board - tab extension",
    "author": "mustafa",
    "homepage_url": "https:\/\/github.com\/mustafawm\/stickynotes",
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icons\/16icon.png",
        "32": "icons\/32icon.png",
        "48": "icons\/48icon.png",
        "128": "icons\/128icon.png"
    }
}