Tabtion - Notion New Tab Page

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

Apa itu Tabtion - Notion New Tab Page?

Tabtion - Notion New Tab Page adalah ekstensi Chrome yang dikembangkan oleh https://tramontanatech.com, dan fitur utamanya adalah "Tabtion New Tab allows you to customize your New Tab page with your favorite Notion page".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Tabtion - Notion New Tab Page

Unduh file ekstensi Tabtion - Notion New Tab Page dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Tabtion - Notion New Tab Page Tabtion - Notion New Tab Page
ID kloignaeckgdbbgnpbgjjhbhcpgbofee
URL Resmi https://chromewebstore.google.com/detail/tabtion-notion-new-tab-pa/kloignaeckgdbbgnpbgjjhbhcpgbofee
Deskripsi Tabtion New Tab allows you to customize your New Tab page with your favorite Notion page
Ukuran File 278 KB
Jumlah Instalasi 105
Versi Saat Ini 0.0.4
Terakhir Diperbarui 2022-10-24
Tanggal Publikasi 2022-09-21
Penilaian 1.00/5 Total 2 Penilaian
Pengembang https://tramontanatech.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://tabtion.tramontanatech.com/
URL Halaman Bantuan https://tabtion.tramontanatech.com/
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}