Quickie - Sticky Notes

Manage your notes easily with our new 'Quickie-Sticky Notes'.

What is Quickie - Sticky Notes?

Quickie - Sticky Notes is a Chrome extension developed by https://tutorialcodeplay.com, and its main feature is "Manage your notes easily with our new 'Quickie-Sticky Notes'.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Quickie - Sticky Notes Extension CRX File

Download Quickie - 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

                        This sticky notes is used to store your quick notes with chrome browser, this having some extra options than normal windows sticky notes.

Change font size
  We can change the font size

Change font style
  We can change the font style                    

Extension Basic Information

Name Quickie - Sticky Notes Quickie - Sticky Notes
ID fagbkcmhagoigbbjccpglokfdklgicfg
Official URL https://chromewebstore.google.com/detail/quickie-sticky-notes/fagbkcmhagoigbbjccpglokfdklgicfg
Description Manage your notes easily with our new 'Quickie-Sticky Notes'.
File Size 841 KB
Installation Count 1,114
Current Version 1.2
Last Updated 2020-02-29
Publish Date 2020-02-29
Rating 4.07/5 Total 14 Ratings
Developer https://tutorialcodeplay.com
Email [email protected]
Payment Type free
Extension Website https://tutorialcodeplay.com
Help Page URL https://tutorialcodeplay.com
Privacy Policy Page URL https://htmlcodeplay.com/privacy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quickie - Sticky Notes",
    "description": "Manage your notes easily with our new 'Quickie-Sticky Notes'.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "128note.png",
        "default_popup": "HTMLEditor.html"
    },
    "offline_enabled": true,
    "author": "Merbin Joe",
    "homepage_url": "http:\/\/www.allinworld99.blogspot.com",
    "short_name": "Sticky Notes",
    "icons": {
        "16": "128note.png",
        "48": "128note.png",
        "128": "128note.png"
    },
    "manifest_version": 2
}