NoteIT - Modern Sticky Notes App

Easily jot down and save your ideas.

What is NoteIT - Modern Sticky Notes App?

NoteIT - Modern Sticky Notes App is a Chrome extension developed by Airdik, and its main feature is "Easily jot down and save your ideas.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download NoteIT - Modern Sticky Notes App Extension CRX File

Download NoteIT - Modern Sticky Notes App 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

                        Easily write down your thoughts and ideas with NoteIT. Whether you are in class, at a coffee shop, or at home, save your thoughts with one click!                    

Extension Basic Information

Name NoteIT - Modern Sticky Notes App NoteIT - Modern Sticky Notes App
ID clihcpdelgbhanijpdlmiihoaechmeed
Official URL https://chromewebstore.google.com/detail/noteit-modern-sticky-note/clihcpdelgbhanijpdlmiihoaechmeed
Description Easily jot down and save your ideas.
File Size 21.07 KB
Installation Count 64
Current Version 4.2.0
Last Updated 2023-01-29
Publish Date 2020-10-01
Rating 5.00/5 Total 7 Ratings
Developer Airdik
Email [email protected]
Payment Type free
Help Page URL https://www.buymeacoffee.com/Airdik
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NoteIT - Modern Sticky Notes App",
    "description": "Easily jot down and save your ideas.",
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "version": "4.2.0",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    },
    "action": {
        "default_icon": {
            "16": "icon.png",
            "24": "icon.png",
            "32": "icon.png"
        },
        "default_title": "NoteIT",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "http:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    }
}