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
Eメール [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": [
                ""
            ]
        }
    ]
}