Bleak

The weather can always get worse

Cos'è Bleak?

Bleak è un'estensione di Chrome sviluppata da craig hooper and jp guevremont, e la sua funzione principale è "The weather can always get worse".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Bleak

Scarica i file di estensione Bleak 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

                        Bleak° is an extension that displays your local weather when opening new tabs. And because the weather can always get worse, there's a less than inspirational message to help you on your way.

Bleak° knows where you are automatically but you can set your location manually by clicking on the city name.                    

Informazioni di Base sull'Estensione

Nome Bleak Bleak
ID fpjagaljndnekelimchojdakbnfalejm
URL Ufficiale https://chromewebstore.google.com/detail/bleak/fpjagaljndnekelimchojdakbnfalejm
Descrizione The weather can always get worse
Dimensione del File 377 KB
Conteggio Installazioni 427
Versione Corrente 0.84
Ultimo Aggiornamento 2018-01-25
Data di Pubblicazione 2018-01-25
Valutazione 4.40/5 Totale 20 Valutazioni
Sviluppatore craig hooper and jp guevremont
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bleak",
    "short_name": "Bleak tab page",
    "description": "The weather can always get worse",
    "version": "0.84",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "static\/img\/icon_sml.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "static\/js\/background.js"
        ]
    },
    "icons": {
        "16": "static\/img\/icon16.png",
        "32": "static\/img\/icon32.png",
        "48": "static\/img\/icon48.png",
        "128": "static\/img\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/api.openweathermap.org https:\/\/use.typekit.net; object-src 'self'",
    "permissions": [
        "*:\/\/use.typekit.net\/*",
        "webRequest",
        "webRequestBlocking",
        "geolocation"
    ]
}