Create a Google Keep™ Note

This extension creates a new note in Google Keep™

¿Qué es Create a Google Keep™ Note?

Create a Google Keep™ Note es una extensión de Chrome desarrollada por Thomas Hammerlund, y su función principal es "This extension creates a new note in Google Keep™".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Create a Google Keep™ Note

Descarga archivos de extensión Create a Google Keep™ Note 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

                        This extension creates a new note in Google Keep when you click it. A new tab will open right to a new note.

If you are not logged into your Google Account, you will be directed to log in to your account.

This is very useful for taking quick notes  and writing down ideas.                    

Información Básica de la Extensión

Nombre Create a Google Keep™ Note Create a Google Keep™ Note
ID adpkhhdlcmklfbjbehgpgjcbmbemffnb
URL Oficial https://chromewebstore.google.com/detail/create-a-google-keep-note/adpkhhdlcmklfbjbehgpgjcbmbemffnb
Descripción This extension creates a new note in Google Keep™
Tamaño del Archivo 5.86 KB
Cantidad de Instalaciones 492
Versión Actual 0.3
Última Actualización 2022-07-22
Fecha de Publicación 2021-04-17
Desarrollador Thomas Hammerlund
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://sites.google.com/view/one-click-extensions/home
URL de la Página de Ayuda https://sites.google.com/view/one-click-extensions/contact
URL de la Página de Política de Privacidad https://sites.google.com/view/one-click-extensions/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Create a Google Keep\u2122 Note",
    "description": "This extension creates a new note in Google Keep\u2122",
    "version": "0.3",
    "author": "Thomas Hammerlund",
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png"
    },
    "action": {
        "default_icon": "images\/icon128.png",
        "default_title": "Create a Google Keep\u2122 Note"
    },
    "background": {
        "service_worker": "background.js"
    }
}