Tabtion - Notion New Tab Page

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

ما هو Tabtion - Notion New Tab Page؟

Tabtion - Notion New Tab Page هو إضافة Chrome تم تطويرها بواسطة https://tramontanatech.com، والميزة الرئيسية لها هي "Tabtion New Tab allows you to customize your New Tab page with your favorite Notion page".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Tabtion - Notion New Tab Page

قم بتنزيل ملفات الامتداد Tabtion - Notion New Tab Page بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Tabtion - Notion New Tab Page Tabtion - Notion New Tab Page
ID kloignaeckgdbbgnpbgjjhbhcpgbofee
عنوان URL الرسمي https://chromewebstore.google.com/detail/tabtion-notion-new-tab-pa/kloignaeckgdbbgnpbgjjhbhcpgbofee
الوصف Tabtion New Tab allows you to customize your New Tab page with your favorite Notion page
حجم الملف 278 KB
عدد التثبيتات 105
النسخة الحالية 0.0.4
آخر تحديث 2022-10-24
تاريخ النشر 2022-09-21
تقييم 1.00/5 مجموع تقييمات 2
المطور https://tramontanatech.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://tabtion.tramontanatech.com/
عنوان صفحة المساعدة https://tabtion.tramontanatech.com/
اللغات المدعومة 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": [
                ""
            ]
        }
    ]
}