Bleak
The weather can always get worse
Bleakคืออะไร?
Bleak เป็นส่วนขยายของ Chrome ที่พัฒนาโดย craig hooper and jp guevremont และคุณลักษณะหลักของมันคือ "The weather can always get worse"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bleak
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } |