Notepad

Simple notebook which helps you to save/manage your notes.

What is Notepad?

Notepad is a Chrome extension developed by Bhupendra Singh Bhandari, and its main feature is "Simple notebook which helps you to save/manage your notes.".

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

                        Features :
1.Lightning fast experience.
2. No login required.
3. Formatting options.
4. Recycle Bin.
5. Manage notes in categories
6. Automatically sync with chrome.
7. Reorder notes.

Future roadmap: 
1. Search capabilities.
2. Copy to clipboard.
3. Print notes.
4. Themes (dark/light mode).
5. Download notes.
6. Support for multiple language                    

Extension Basic Information

Name Notepad Notepad
ID ibmpamplhebgoidhhlpdgenhdhmchdoa
Official URL https://chromewebstore.google.com/detail/notepad/ibmpamplhebgoidhhlpdgenhdhmchdoa
Description Simple notebook which helps you to save/manage your notes.
File Size 701 KB
Installation Count 2,166
Current Version 1.0.5
Last Updated 2020-07-13
Publish Date 2020-06-24
Rating 4.38/5 Total 13 Ratings
Developer Bhupendra Singh Bhandari
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notepad",
    "version": "1.0.5",
    "description": "Simple notebook which helps you to save\/manage your notes.",
    "permissions": [
        "bookmarks"
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "assets\/images\/notepad16.png",
            "32": "assets\/images\/notepad32.png",
            "48": "assets\/images\/notepad48.png",
            "128": "assets\/images\/notepad128.png"
        }
    },
    "icons": {
        "16": "assets\/images\/notepad16.png",
        "32": "assets\/images\/notepad32.png",
        "48": "assets\/images\/notepad48.png",
        "128": "assets\/images\/notepad128.png"
    },
    "manifest_version": 2,
    "offline_enabled": true,
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com; object-src 'self'"
}