Caddie - Your New Tab, Reimagined.

caddie (BETA) lets you take back control of your new tab.

Caddie - Your New Tab, Reimagined.とは何ですか?

Caddie - Your New Tab, Reimagined.はhttps://caddiedash.comによって開発されたChromeの拡張機能で、その主な機能は「caddie (BETA) lets you take back control of your new tab.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Caddie - Your New Tab, Reimagined.拡張機能のCRXファイルをダウンロード

Caddie - Your New Tab, Reimagined.拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Transform your browser's new tab page with Caddie's wide collection of customizable dashboards, designed to supercharge your workflow and keep you productive. Whether you want to keep track of upcoming calendar events or stay connected with your favorite news feeds, Caddie provides the tools you need to be more efficient at work, school, and in your personal life.

Choose from various dashboards, each with a unique set of features and customizations to suit your needs. With Caddie, you can easily connect information about your day without ever leaving the page.

Get started right away by installing Caddie and discover a new level of productivity in your browser. With Caddie, you can start each new tab feeling refreshed and ready to tackle your day.                    

拡張機能の基本情報

名前 Caddie - Your New Tab, Reimagined. Caddie - Your New Tab, Reimagined.
ID nfhlglbbiohpjfilpknmgekjialdanfh
公式URL https://chromewebstore.google.com/detail/caddie-your-new-tab-reima/nfhlglbbiohpjfilpknmgekjialdanfh
説明 caddie (BETA) lets you take back control of your new tab.
ファイルサイズ 1.88 MB
インストール数 60
現在のバージョン 0.7.7
最終更新日 2024-03-01
公開日 2023-07-15
評価 5.00/5 合計 3 レビュー
開発者 https://caddiedash.com
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://www.caddiedash.com/
プライバシーポリシーページのURL https://www.caddiedash.com/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        }
    },
    "version": "0.7.7",
    "author": "ludicrous LLC",
    "name": "Caddie - Your New Tab, Reimagined.",
    "description": "caddie (BETA) lets you take back control of your new tab.",
    "homepage_url": "https:\/\/caddiedash.com",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications",
        "offscreen"
    ],
    "host_permissions": [
        "*:\/\/www.caddiedash.com\/*",
        "*:\/\/www.caddiedash.localhost:3100\/*"
    ]
}