Simple Notepad

Very simple notepad. Synchronize between the same accounts.

Cos'è Simple Notepad?

Simple Notepad è un'estensione di Chrome sviluppata da mountaindull, e la sua funzione principale è "Very simple notepad. Synchronize between the same accounts.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Simple Notepad

Scarica i file di estensione Simple Notepad in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Simple Notepad Simple Notepad
ID gmcbcmahcbcmmlofmdmnmjfhojegpbdh
URL Ufficiale https://chromewebstore.google.com/detail/simple-notepad/gmcbcmahcbcmmlofmdmnmjfhojegpbdh
Descrizione Very simple notepad. Synchronize between the same accounts.
Dimensione del File 51.86 KB
Conteggio Installazioni 174
Versione Corrente 1.6.5
Ultimo Aggiornamento 2023-08-25
Data di Pubblicazione 2022-01-10
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore mountaindull
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Keinsleif/Simple_Notepad
Lingue Supportate 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"
    ]
}