Chrome Dashboard

Shiny new chrome browser new tab screen.

Wat is Chrome Dashboard?

Chrome Dashboard is een Chrome-extensie ontwikkeld door http://www.cenksari.com, en de belangrijkste functie is "Shiny new chrome browser new tab screen.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Chrome Dashboard

Download Chrome Dashboard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Chrome Dashboard Chrome Dashboard
ID ehmbackcndnlaemcmboagmfmealkfkla
Officiële URL https://chrome.google.com/webstore/detail/chrome-dashboard/ehmbackcndnlaemcmboagmfmealkfkla
Beschrijving Shiny new chrome browser new tab screen.
Bestandsgrootte 3.38 MB
Aantal Installaties 342
Huidige Versie 1.9.7
Laatst Bijgewerkt 2022-05-24
Publicatiedatum 2020-03-14
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar http://www.cenksari.com
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://www.cenksari.com
Help Pagina-URL https://www.cenksari.com
Ondersteunde Talen 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'"
}