Caddie - Your New Tab, Reimagined.

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

Qu'est-ce que Caddie - Your New Tab, Reimagined. ?

Caddie - Your New Tab, Reimagined. est une extension Chrome développée par https://caddiedash.com, et sa fonction principale est "caddie (BETA) lets you take back control of your new tab.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Caddie - Your New Tab, Reimagined.

Téléchargez les fichiers d'extension Caddie - Your New Tab, Reimagined. au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Caddie - Your New Tab, Reimagined. Caddie - Your New Tab, Reimagined.
ID nfhlglbbiohpjfilpknmgekjialdanfh
URL Officiel https://chromewebstore.google.com/detail/caddie-your-new-tab-reima/nfhlglbbiohpjfilpknmgekjialdanfh
Description caddie (BETA) lets you take back control of your new tab.
Taille du Fichier 1.88 MB
Nombre d'Installations 60
Version Actuelle 0.7.7
Dernière Mise à Jour 2024-03-01
Date de Publication 2023-07-15
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://caddiedash.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://www.caddiedash.com/
URL de la Page de Politique de Confidentialité https://www.caddiedash.com/privacy-policy
Langues Prises en Charge 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\/*"
    ]
}