Tabtion - Notion New Tab Page

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

Cos'è Tabtion - Notion New Tab Page?

Tabtion - Notion New Tab Page è un'estensione di Chrome sviluppata da https://tramontanatech.com, e la sua funzione principale è "Tabtion New Tab allows you to customize your New Tab page with your favorite Notion page".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tabtion - Notion New Tab Page

Scarica i file di estensione Tabtion - Notion New Tab Page in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Tabtion - Notion New Tab Page Tabtion - Notion New Tab Page
ID kloignaeckgdbbgnpbgjjhbhcpgbofee
URL Ufficiale https://chromewebstore.google.com/detail/tabtion-notion-new-tab-pa/kloignaeckgdbbgnpbgjjhbhcpgbofee
Descrizione Tabtion New Tab allows you to customize your New Tab page with your favorite Notion page
Dimensione del File 278 KB
Conteggio Installazioni 105
Versione Corrente 0.0.4
Ultimo Aggiornamento 2022-10-24
Data di Pubblicazione 2022-09-21
Valutazione 1.00/5 Totale 2 Valutazioni
Sviluppatore https://tramontanatech.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://tabtion.tramontanatech.com/
URL della Pagina di Aiuto https://tabtion.tramontanatech.com/
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}