Bleak

The weather can always get worse

Co to jest Bleak?

Bleak to rozszerzenie Chrome opracowane przez craig hooper and jp guevremont, a jego główną funkcją jest „The weather can always get worse”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Bleak

Pobierz pliki rozszerzeń Bleak w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Bleak Bleak
ID fpjagaljndnekelimchojdakbnfalejm
Oficjalny URL https://chromewebstore.google.com/detail/bleak/fpjagaljndnekelimchojdakbnfalejm
Opis The weather can always get worse
Rozmiar pliku 377 KB
Liczba instalacji 427
Aktualna Wersja 0.84
Ostatnia Aktualizacja 2018-01-25
Data Publikacji 2018-01-25
Ocena 4.40/5 Łącznie 20 Oceny
Deweloper craig hooper and jp guevremont
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}