NotePad

Quick & Easy NotePad. Save Notes & Inserts.

What is NotePad?

NotePad is a Chrome extension developed by searchpuzzle38, and its main feature is "Quick & Easy NotePad. Save Notes & Inserts.".

Extension Screenshots

screenshot

Download NotePad Extension CRX File

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

                        Quick & Easy NotePad
==================
Save Notes & pre-define Inserts.

Uses the rich text editor: Quill.js.                    

Extension Basic Information

Name NotePad NotePad
ID copnemeigdkilohdclohjokgbjeehkhd
Official URL https://chromewebstore.google.com/detail/notepad/copnemeigdkilohdclohjokgbjeehkhd
Description Quick & Easy NotePad. Save Notes & Inserts.
File Size 564 KB
Installation Count 69
Current Version 13
Last Updated 2022-04-07
Publish Date 2020-04-02
Rating 5.00/5 Total 1 Ratings
Developer searchpuzzle38
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NotePad",
    "version": "13",
    "description": "Quick & Easy NotePad. Save Notes & Inserts.",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "inc\/icon16.png",
        "32": "inc\/icon32.png",
        "48": "inc\/icon48.png",
        "64": "inc\/icon64.png",
        "128": "inc\/icon128.png"
    },
    "action": {
        "default_title": "NotePad",
        "default_popup": "index.html",
        "default_icon": {
            "16": "inc\/icon16.png",
            "32": "inc\/icon32.png",
            "48": "inc\/icon48.png",
            "64": "inc\/icon64.png",
            "128": "inc\/icon128.png"
        }
    },
    "manifest_version": 3
}