Bleak
The weather can always get worse
O que é Bleak?
Bleak é uma extensão do Chrome desenvolvida por craig hooper and jp guevremont, e sua principal característica é "The weather can always get worse".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Bleak
Baixe arquivos de extensão Bleak no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Bleak |
ID | fpjagaljndnekelimchojdakbnfalejm |
URL Oficial | https://chromewebstore.google.com/detail/bleak/fpjagaljndnekelimchojdakbnfalejm |
Descrição | The weather can always get worse |
Tamanho do Arquivo | 377 KB |
Contagem de Instalações | 427 |
Versão Atual | 0.84 |
Última Atualização | 2018-01-25 |
Data de Publicação | 2018-01-25 |
Classificação | 4.40/5 Total de 20 Avaliações |
Desenvolvedor | craig hooper and jp guevremont |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |