Bleak

The weather can always get worse

What is Bleak?

Bleak is a Chrome extension developed by craig hooper and jp guevremont, and its main feature is "The weather can always get worse".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Bleak Extension CRX File

Download Bleak extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Bleak Bleak
ID fpjagaljndnekelimchojdakbnfalejm
Official URL https://chromewebstore.google.com/detail/bleak/fpjagaljndnekelimchojdakbnfalejm
Description The weather can always get worse
File Size 377 KB
Installation Count 427
Current Version 0.84
Last Updated 2018-01-25
Publish Date 2018-01-25
Rating 4.40/5 Total 20 Ratings
Developer craig hooper and jp guevremont
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}