Tabtion - Notion New Tab Page

Tabtion New Tab allows you to customize your New Tab page with your favorite Notion page

¿Qué es Tabtion - Notion New Tab Page?

Tabtion - Notion New Tab Page es una extensión de Chrome desarrollada por https://tramontanatech.com, y su función principal es "Tabtion New Tab allows you to customize your New Tab page with your favorite Notion page".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Tabtion - Notion New Tab Page

Descarga archivos de extensión Tabtion - Notion New Tab Page 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

                        Tabtion New Tab allows you to customize your New Tab page with one of your Notion pages.

Tabtion New Tab  replaces the original new tab with your Notion page and opens many infinite options for you to customize your new tab page.

After installing this extension, you can set it up in 3 easy steps:

1. Login to notion.so on your browser.
2. Paste the your Notion page link.
3. Boom! Every time you open a new tab your Notion selected page will show up.                    

Información Básica de la Extensión

Nombre Tabtion - Notion New Tab Page Tabtion - Notion New Tab Page
ID kloignaeckgdbbgnpbgjjhbhcpgbofee
URL Oficial https://chromewebstore.google.com/detail/tabtion-notion-new-tab-pa/kloignaeckgdbbgnpbgjjhbhcpgbofee
Descripción Tabtion New Tab allows you to customize your New Tab page with your favorite Notion page
Tamaño del Archivo 278 KB
Cantidad de Instalaciones 105
Versión Actual 0.0.4
Última Actualización 2022-10-24
Fecha de Publicación 2022-09-21
Calificación 1.00/5 Total de 2 Calificaciones
Desarrollador https://tramontanatech.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://tabtion.tramontanatech.com/
URL de la Página de Ayuda https://tabtion.tramontanatech.com/
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tabtion - Notion New Tab Page",
    "description": "Tabtion New Tab allows you to customize your New Tab page with your favorite Notion page",
    "version": "0.0.4",
    "permissions": [
        "storage",
        "cookies"
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "host_permissions": [
        "https:\/\/*.notion.so\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "content.html",
        "js": [],
        "css": [
            null
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [],
            "matches": [
                ""
            ]
        }
    ]
}