Bleak

The weather can always get worse

什么是Bleak?

Bleak是由craig hooper and jp guevremont开发的Chrome扩展程序,该扩展的主要功能是“The weather can always get worse”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Bleak扩展crx文件

下载Bleak扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Bleak Bleak
ID fpjagaljndnekelimchojdakbnfalejm
官方URL https://chromewebstore.google.com/detail/bleak/fpjagaljndnekelimchojdakbnfalejm
简介 The weather can always get worse
文件大小 377 KB
安装次数 427
当前版本 0.84
更新时间 2018-01-25
上架时间 2018-01-25
评分 4.40/5 共20次评分
开发者 craig hooper and jp guevremont
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}