Easy Note

Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome

¿Qué es Easy Note?

Easy Note es una extensión de Chrome desarrollada por ozanerturk17, y su función principal es "Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Easy Note

Descarga archivos de extensión Easy 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

                        You can see your notes directly by opening a new tab. You dont have to remember where did you put your notes. Dobule click to anywhere to start taking note immediatelly.                    

Información Básica de la Extensión

Nombre Easy Note Easy Note
ID hheobakelknbjicekbkmijjgcbephcef
URL Oficial https://chromewebstore.google.com/detail/easy-note/hheobakelknbjicekbkmijjgcbephcef
Descripción Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome
Tamaño del Archivo 222 KB
Cantidad de Instalaciones 33
Versión Actual 1.3.1
Última Actualización 2024-02-27
Fecha de Publicación 2021-03-10
Calificación 4.00/5 Total de 4 Calificaciones
Desarrollador ozanerturk17
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/ozanerturk/easy-note-chrome-extension
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Easy Note",
    "description": "Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome",
    "version": "1.3.1",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "clipboard"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "tab.html"
    },
    "chrome_url_overrides": {
        "newtab": "tab.html"
    }
}