Caddie - Your New Tab, Reimagined.

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

Apa itu Caddie - Your New Tab, Reimagined.?

Caddie - Your New Tab, Reimagined. adalah ekstensi Chrome yang dikembangkan oleh https://caddiedash.com, dan fitur utamanya adalah "caddie (BETA) lets you take back control of your new tab.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Caddie - Your New Tab, Reimagined.

Unduh file ekstensi Caddie - Your New Tab, Reimagined. 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

                        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.                    

Informasi Dasar Ekstensi

Nama Caddie - Your New Tab, Reimagined. Caddie - Your New Tab, Reimagined.
ID nfhlglbbiohpjfilpknmgekjialdanfh
URL Resmi https://chromewebstore.google.com/detail/caddie-your-new-tab-reima/nfhlglbbiohpjfilpknmgekjialdanfh
Deskripsi caddie (BETA) lets you take back control of your new tab.
Ukuran File 1.88 MB
Jumlah Instalasi 60
Versi Saat Ini 0.7.7
Terakhir Diperbarui 2024-03-01
Tanggal Publikasi 2023-07-15
Penilaian 5.00/5 Total 3 Penilaian
Pengembang https://caddiedash.com
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi https://www.caddiedash.com/
URL Halaman Kebijakan Privasi https://www.caddiedash.com/privacy-policy
Bahasa yang Didukung 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\/*"
    ]
}