Simple Notepad

Very simple notepad. Synchronize between the same accounts.

Was ist Simple Notepad?

Simple Notepad ist eine Chrome-Erweiterung, die von mountaindull entwickelt wurde, und ihr Hauptmerkmal ist "Very simple notepad. Synchronize between the same accounts.".

Erweiterungsscreenshots

screenshot
screenshot

Simple Notepad-Erweiterungs-CRX-Datei herunterladen

Laden Sie Simple Notepad-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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".                    

Grundlegende Informationen zur Erweiterung

Name Simple Notepad Simple Notepad
ID gmcbcmahcbcmmlofmdmnmjfhojegpbdh
Offizielle URL https://chromewebstore.google.com/detail/simple-notepad/gmcbcmahcbcmmlofmdmnmjfhojegpbdh
Beschreibung Very simple notepad. Synchronize between the same accounts.
Dateigröße 51.86 KB
Installationsanzahl 174
Aktuelle Version 1.6.5
Letztes Update 2023-08-25
Veröffentlichungsdatum 2022-01-10
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler mountaindull
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/Keinsleif/Simple_Notepad
Unterstützte Sprachen 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"
    ]
}