Notepad Extension

Notepad Extension is a browser extension that allows users to save notes while browsing the web without switching tabs or windows.

Cos'è Notepad Extension?

Notepad Extension è un'estensione di Chrome sviluppata da jakesap, e la sua funzione principale è "Notepad Extension is a browser extension that allows users to save notes while browsing the web without switching tabs or windows.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Notepad Extension

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

                        Notepad Extension is a simple and convenient way to save notes while browsing the web. Quickly jot down important information, ideas, or reminders without changing tabs or windows.

Simply click on the extension icon in your browser's toolbar to open the pop-up window, where you can type in your note. Note Saver will automatically save your note as you type, so you don't have to worry about losing any important information.                    

Informazioni di Base sull'Estensione

Nome Notepad Extension Notepad Extension
ID llalomgpmhbiehnimkkbclmkgobillba
URL Ufficiale https://chromewebstore.google.com/detail/notepad-extension/llalomgpmhbiehnimkkbclmkgobillba
Descrizione Notepad Extension is a browser extension that allows users to save notes while browsing the web without switching tabs or windows.
Dimensione del File 67.69 KB
Conteggio Installazioni 79
Versione Corrente 1.0.2
Ultimo Aggiornamento 2023-08-27
Data di Pubblicazione 2023-05-06
Sviluppatore jakesap
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/jakesap/notepad-extension
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Notepad Extension",
    "version": "1.0.2",
    "description": "Notepad Extension is a browser extension that allows users to save notes while browsing the web without switching tabs or windows.",
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_title": "Notepad Extension",
        "default_icon": "logo.png",
        "default_popup": "index.html"
    }
}