Tabtion - Notion New Tab Page

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

Was ist Tabtion - Notion New Tab Page?

Tabtion - Notion New Tab Page ist eine Chrome-Erweiterung, die von https://tramontanatech.com entwickelt wurde, und ihr Hauptmerkmal ist "Tabtion New Tab allows you to customize your New Tab page with your favorite Notion page".

Erweiterungsscreenshots

screenshot

Tabtion - Notion New Tab Page-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tabtion - Notion New Tab Page-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Tabtion - Notion New Tab Page Tabtion - Notion New Tab Page
ID kloignaeckgdbbgnpbgjjhbhcpgbofee
Offizielle URL https://chromewebstore.google.com/detail/tabtion-notion-new-tab-pa/kloignaeckgdbbgnpbgjjhbhcpgbofee
Beschreibung Tabtion New Tab allows you to customize your New Tab page with your favorite Notion page
Dateigröße 278 KB
Installationsanzahl 105
Aktuelle Version 0.0.4
Letztes Update 2022-10-24
Veröffentlichungsdatum 2022-09-21
Bewertung 1.00/5 Insgesamt 2 Bewertungen
Entwickler https://tramontanatech.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://tabtion.tramontanatech.com/
Hilfeseite URL https://tabtion.tramontanatech.com/
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}