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是由https://tramontanatech.com开发的Chrome扩展程序,该扩展的主要功能是“Tabtion New Tab allows you to customize your New Tab page with your favorite Notion page”。

扩展截图

screenshot

下载Tabtion - Notion New Tab Page扩展crx文件

下载Tabtion - Notion New Tab Page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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/
帮助页面URL 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": [
                ""
            ]
        }
    ]
}