Simple Notepad

Very simple notepad. Synchronize between the same accounts.

Wat is Simple Notepad?

Simple Notepad is een Chrome-extensie ontwikkeld door mountaindull, en de belangrijkste functie is "Very simple notepad. Synchronize between the same accounts.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Simple Notepad

Download Simple Notepad-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Simple Notepad Simple Notepad
ID gmcbcmahcbcmmlofmdmnmjfhojegpbdh
Officiële URL https://chromewebstore.google.com/detail/simple-notepad/gmcbcmahcbcmmlofmdmnmjfhojegpbdh
Beschrijving Very simple notepad. Synchronize between the same accounts.
Bestandsgrootte 51.86 KB
Aantal Installaties 174
Huidige Versie 1.6.5
Laatst Bijgewerkt 2023-08-25
Publicatiedatum 2022-01-10
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar mountaindull
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Keinsleif/Simple_Notepad
Ondersteunde Talen 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"
    ]
}