Bleak

The weather can always get worse

Wat is Bleak?

Bleak is een Chrome-extensie ontwikkeld door craig hooper and jp guevremont, en de belangrijkste functie is "The weather can always get worse".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Bleak

Download Bleak-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

                        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.                    

Basisinformatie over de Extensie

Naam Bleak Bleak
ID fpjagaljndnekelimchojdakbnfalejm
Officiële URL https://chromewebstore.google.com/detail/bleak/fpjagaljndnekelimchojdakbnfalejm
Beschrijving The weather can always get worse
Bestandsgrootte 377 KB
Aantal Installaties 427
Huidige Versie 0.84
Laatst Bijgewerkt 2018-01-25
Publicatiedatum 2018-01-25
Beoordeling 4.40/5 Totaal 20 Beoordelingen
Ontwikkelaar craig hooper and jp guevremont
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}