Notepad Extension

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

¿Qué es Notepad Extension?

Notepad Extension es una extensión de Chrome desarrollada por jakesap, y su función principal es "Notepad Extension is a browser extension that allows users to save notes while browsing the web without switching tabs or windows.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Notepad Extension

Descarga archivos de extensión Notepad Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Notepad Extension Notepad Extension
ID llalomgpmhbiehnimkkbclmkgobillba
URL Oficial https://chromewebstore.google.com/detail/notepad-extension/llalomgpmhbiehnimkkbclmkgobillba
Descripción Notepad Extension is a browser extension that allows users to save notes while browsing the web without switching tabs or windows.
Tamaño del Archivo 67.69 KB
Cantidad de Instalaciones 79
Versión Actual 1.0.2
Última Actualización 2023-08-27
Fecha de Publicación 2023-05-06
Desarrollador jakesap
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/jakesap/notepad-extension
Idiomas Soportados 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"
    }
}