Simple Notepad

Very simple notepad. Synchronize between the same accounts.

What is Simple Notepad?

Simple Notepad is a Chrome extension developed by mountaindull, and its main feature is "Very simple notepad. Synchronize between the same accounts.".

Extension Screenshots

screenshot
screenshot

Download Simple Notepad Extension CRX File

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

                        Add a very simple notepad that allows you to switch between multiple notes in your browser.
You can select the save storage of each memo from "Sync" or "Local", and the contents are always saved.
You can change the size of the memo field and the width of the TAB from "Settings".                    

Extension Basic Information

Name Simple Notepad Simple Notepad
ID gmcbcmahcbcmmlofmdmnmjfhojegpbdh
Official URL https://chromewebstore.google.com/detail/simple-notepad/gmcbcmahcbcmmlofmdmnmjfhojegpbdh
Description Very simple notepad. Synchronize between the same accounts.
File Size 51.86 KB
Installation Count 174
Current Version 1.6.5
Last Updated 2023-08-25
Publish Date 2022-01-10
Rating 5.00/5 Total 1 Ratings
Developer mountaindull
Email [email protected]
Payment Type free
Extension Website https://github.com/Keinsleif/Simple_Notepad
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_Name__",
    "version": "1.6.5",
    "description": "__MSG_Description__",
    "default_locale": "en",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ]
}