Notepad

A simple yet powerful notepad with HTML5 support and more

What is Notepad?

Notepad is a Chrome extension developed by InBasic, and its main feature is "A simple yet powerful notepad with HTML5 support and more".

Extension Screenshots

screenshot
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

                        This extension offers a full-featured WYSIWYG HTML editor with a wide range of formatting options, similar to those found in modern editors. It allows you to create and organize multiple notes in different directories, called notebooks. The extension automatically saves your changes, so you don't have to manually save your notes. It is also integrated into the right-click context menu, allowing you to append the currently selected text to a note without opening the editor. The extension's user interface (UI) can be displayed in a browser tab or as a separate window. To switch between these modes, use the right-click options on the action button.

Features:
  * Automatically save notes
  * Supports notebooks
  * Supports exporting text from webpages to all notepads
  * Uses local storage and works completely offline
  * Supports common formatting options                    

Extension Basic Information

Name Notepad Notepad
ID hchcbafooaphheofgpijpfgklcmmmpff
Official URL https://chromewebstore.google.com/detail/notepad/hchcbafooaphheofgpijpfgklcmmmpff
Description A simple yet powerful notepad with HTML5 support and more
File Size 671 KB
Installation Count 11,203
Current Version 0.2.0.1
Last Updated 2022-12-22
Publish Date 2018-03-01
Rating 3.63/5 Total 8 Ratings
Developer InBasic
Email [email protected]
Payment Type free
Extension Website https://webextension.org/listing/notepad.html
Help Page URL https://webextension.org/listing/notepad.html
Privacy Policy Page URL https://add0n.com/policies/inb.cor.txt
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.2.0.1",
    "name": "Notepad",
    "description": "A simple yet powerful notepad with HTML5 support and more",
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "homepage_url": "https:\/\/webextension.org\/listing\/notepad.html",
    "action": [],
    "background": {
        "service_worker": "worker.js"
    },
    "options_ui": {
        "page": "data\/options\/index.html"
    }
}