Bleak
The weather can always get worse
什麼是Bleak?
Bleak是由craig hooper and jp guevremont開發的Chrome擴展程式,該擴展的主要功能是“The weather can always get worse”。
擴展截圖
下載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.                     擴展基本資訊
| 名稱 |  | 
| ID | fpjagaljndnekelimchojdakbnfalejm | 
| 官方網址 | 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"
    ]
} | |