Note Tab

Chrome extension for quick notes and calculations in the new tab

¿Qué es Note Tab?

Note Tab es una extensión de Chrome desarrollada por Yuriy Romadin, y su función principal es "Chrome extension for quick notes and calculations in the new tab".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Note Tab

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

                        Your new tab page will be divided into two blocks: on the left, you have text/code editor for your quick notes or code snippets, on the right side you have "smart" calculator notepad, where you can perform basic math operations.                    

Información Básica de la Extensión

Nombre Note Tab Note Tab
ID gefmkkebioafinkcmbdpncgnndifcbea
URL Oficial https://chromewebstore.google.com/detail/note-tab/gefmkkebioafinkcmbdpncgnndifcbea
Descripción Chrome extension for quick notes and calculations in the new tab
Tamaño del Archivo 2.25 MB
Cantidad de Instalaciones 59
Versión Actual 1.0.1
Última Actualización 2019-03-08
Fecha de Publicación 2019-03-08
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Yuriy Romadin
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/yuriyromadin/notetab
URL de la Página de Ayuda https://github.com/yuriyromadin/notetab
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Note Tab",
    "version": "1.0.1",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "description": "Chrome extension for quick notes and calculations in the new tab",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "static\/app.background.js"
        ]
    },
    "browser_action": {
        "default_icon": "static\/icon-16.png"
    },
    "icons": {
        "16": "static\/icon-16.png",
        "48": "static\/icon-48.png",
        "128": "static\/icon-128.png"
    }
}