Concretely

New tab replacement page with weather widget and customization options

Cos'è Concretely?

Concretely è un'estensione di Chrome sviluppata da Stanyslas Bres, e la sua funzione principale è "New tab replacement page with weather widget and customization options".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Concretely

Scarica i file di estensione Concretely in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Concretely Concretely
ID kedlbknjhjjpeoabelcpboopejmfijod
URL Ufficiale https://chrome.google.com/webstore/detail/concretely/kedlbknjhjjpeoabelcpboopejmfijod
Descrizione New tab replacement page with weather widget and customization options
Dimensione del File 1.33 MB
Conteggio Installazioni 401
Versione Corrente 0.7.1
Ultimo Aggiornamento 2019-03-08
Data di Pubblicazione 2019-03-08
Valutazione 3.50/5 Totale 18 Valutazioni
Sviluppatore Stanyslas Bres
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Concretely",
    "description": "New tab replacement page with weather widget and customization options",
    "version": "0.7.1",
    "author": "Stanyslas Bres ",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}