Bleak
The weather can always get worse
Bleak là gì?
Bleak là một tiện ích mở rộng Chrome được phát triển bởi craig hooper and jp guevremont, và tính năng chính của nó là "The weather can always get worse".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bleak
Tải xuống các tệp mở rộng Bleak dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bleak |
ID | fpjagaljndnekelimchojdakbnfalejm |
URL Chính Thức | https://chromewebstore.google.com/detail/bleak/fpjagaljndnekelimchojdakbnfalejm |
Mô tả | The weather can always get worse |
Kích Thước Tệp | 377 KB |
Số Lần Cài Đặt | 427 |
Phiên Bản Hiện Tại | 0.84 |
Cập Nhật Lần Cuối | 2018-01-25 |
Ngày Phát Hành | 2018-01-25 |
Đánh Giá | 4.40/5 Tổng số 20 Đánh Giá |
Nhà Phát Triển | craig hooper and jp guevremont |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |