Bleak
The weather can always get worse
Vad är Bleak?
Bleak är en Chrome-tillägg utvecklad av craig hooper and jp guevremont, och dess huvudfunktion är "The weather can always get worse".
Tilläggsskärmbilder
Ladda ner Bleak-förlängningens CRX-fil
Ladda ner Bleak-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | fpjagaljndnekelimchojdakbnfalejm |
| Officiell webbadress | https://chromewebstore.google.com/detail/bleak/fpjagaljndnekelimchojdakbnfalejm |
| Beskrivning | The weather can always get worse |
| Filstorlek | 377 KB |
| Antal Installationer | 427 |
| Aktuell Version | 0.84 |
| Senast Uppdaterad | 2018-01-25 |
| Publiceringsdatum | 2018-01-25 |
| Betyg | 4.40/5 Totalt 20 Betyg |
| Utvecklare | craig hooper and jp guevremont |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |