NotePad

Quick & Easy NotePad. Save Notes & Inserts.

Cos'è NotePad?

NotePad è un'estensione di Chrome sviluppata da searchpuzzle38, e la sua funzione principale è "Quick & Easy NotePad. Save Notes & Inserts.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione NotePad

Scarica i file di estensione 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

                        Quick & Easy NotePad
==================
Save Notes & pre-define Inserts.

Uses the rich text editor: Quill.js.                    

Informazioni di Base sull'Estensione

Nome NotePad NotePad
ID copnemeigdkilohdclohjokgbjeehkhd
URL Ufficiale https://chromewebstore.google.com/detail/notepad/copnemeigdkilohdclohjokgbjeehkhd
Descrizione Quick & Easy NotePad. Save Notes & Inserts.
Dimensione del File 564 KB
Conteggio Installazioni 69
Versione Corrente 13
Ultimo Aggiornamento 2022-04-07
Data di Pubblicazione 2020-04-02
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore searchpuzzle38
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NotePad",
    "version": "13",
    "description": "Quick & Easy NotePad. Save Notes & Inserts.",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "inc\/icon16.png",
        "32": "inc\/icon32.png",
        "48": "inc\/icon48.png",
        "64": "inc\/icon64.png",
        "128": "inc\/icon128.png"
    },
    "action": {
        "default_title": "NotePad",
        "default_popup": "index.html",
        "default_icon": {
            "16": "inc\/icon16.png",
            "32": "inc\/icon32.png",
            "48": "inc\/icon48.png",
            "64": "inc\/icon64.png",
            "128": "inc\/icon128.png"
        }
    },
    "manifest_version": 3
}