Chrome Dashboard

Shiny new chrome browser new tab screen.

Qu'est-ce que Chrome Dashboard ?

Chrome Dashboard est une extension Chrome développée par http://www.cenksari.com, et sa fonction principale est "Shiny new chrome browser new tab screen.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Chrome Dashboard

Téléchargez les fichiers d'extension Chrome Dashboard 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

                        New Tab Page Replacement. Add your favorite bookmarks and todo list to Chrome Dashboard. Customize your browser's background image. This free extension will make you more productive then ever.                    

Informations de Base sur l'Extension

Nom Chrome Dashboard Chrome Dashboard
ID ehmbackcndnlaemcmboagmfmealkfkla
URL Officiel https://chrome.google.com/webstore/detail/chrome-dashboard/ehmbackcndnlaemcmboagmfmealkfkla
Description Shiny new chrome browser new tab screen.
Taille du Fichier 3.38 MB
Nombre d'Installations 342
Version Actuelle 1.9.7
Dernière Mise à Jour 2022-05-24
Date de Publication 2020-03-14
Évaluation 5.00/5 Total 5 Évaluations
Développeur http://www.cenksari.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://www.cenksari.com
URL de la Page d'Aide https://www.cenksari.com
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Dashboard",
    "short_name": "New Tab page",
    "description": "Shiny new chrome browser new tab screen.",
    "version": "1.9.7",
    "manifest_version": 2,
    "author": "Cenk SARI ([email protected])",
    "homepage_url": "http:\/\/www.cenksari.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "pages\/dashboard.html"
    },
    "options_ui": {
        "page": "pages\/options.html",
        "chrome_style": false,
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "notifications"
    ],
    "content_security_policy": "script-src 'self' https:\/\/api.allorigins.win\/get https:\/\/www.metaweather.com\/api\/location*; object-src 'self'"
}