Tab Notes

Allow you to write anything in new tab

¿Qué es Tab Notes?

Tab Notes es una extensión de Chrome desarrollada por https://blog.wildsky.cc, y su función principal es "Allow you to write anything in new tab".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Tab Notes

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

                        Features:

* Easy-to-use: Just open new tab, and write down thoughts.
* Manage-less: There is only one note: your new tab.
* Auto-save: No worries about saving things when writing.
* Theme: Support light and dark theme.
* Lightweight and fast: Just try and enjoy it.
* Multi-notes
* Open-source: The source code of this add-on is at Github: https://github.com/wildskyf/tab-notes

---

This add-on is ported from Tab Notes on Firefox.

https://addons.mozilla.org/firefox/addon/tab-notes/                    

Información Básica de la Extensión

Nombre Tab Notes Tab Notes
ID obnnegakmgonaiplaobihpmcjhlceeic
URL Oficial https://chromewebstore.google.com/detail/tab-notes/obnnegakmgonaiplaobihpmcjhlceeic
Descripción Allow you to write anything in new tab
Tamaño del Archivo 116 KB
Cantidad de Instalaciones 1,782
Versión Actual 3.2.0
Última Actualización 2022-03-03
Fecha de Publicación 2020-03-08
Calificación 5.00/5 Total de 7 Calificaciones
Desarrollador https://blog.wildsky.cc
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://readmoo.com/terms/privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "54.0a1"
        }
    },
    "icons": {
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "manifest_version": 2,
    "name": "Tab Notes",
    "version": "3.2.0",
    "description": "Allow you to write anything in new tab",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": "icons\/48.png",
        "default_title": "Tab notes",
        "default_popup": "newtab.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Y"
            }
        }
    }
}