Simple
Chrome extension that shows the current time and weather on the new tab screen
Simpleคืออะไร?
Simple เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hattar และคุณลักษณะหลักของมันคือ "Chrome extension that shows the current time and weather on the new tab screen"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple
ดาวน์โหลดไฟล์ส่วนขยาย Simple ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Replace new tab screen with current time and weather sourced from OpenWeatherMap.org. Simple replaces your "New Tab" screen with a new one that shows you the current time and the weather, with no tracking, no unnecessary permissions, no BS. # Update 1.1.0 Added font picker Minor bug fixes and performance improvements Add blinky "new stuff" notification # Update 1.0.12 CSS updates to make the scaling a bit nicer Add 1hr caching to weather querying so we don't get booted from the weather API :) # Update 1.0.11 Previous fix for issue causing defaults to override user settings didn't work in some situations, retrying Allowed clicking off the settings bar to close it so you don't have to hit the X
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Simple |
ID | ofpamglakelakiehjfhgfcikpponflgi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/simple/ofpamglakelakiehjfhgfcikpponflgi |
คำอธิบาย | Chrome extension that shows the current time and weather on the new tab screen |
ขนาดไฟล์ | 111 KB |
จำนวนการติดตั้ง | 34,784 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2019-12-22 |
วันที่เผยแพร่ | 2019-12-22 |
คะแนน | 4.27/5 รวมทั้งหมด 33 คะแนน |
ผู้พัฒนา | Hattar |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple", "version": "1.1.1", "options_page": "app\/index.html#settings", "icons": { "16": "images\/icon16.png", "96": "images\/icon96.png", "128": "images\/icon128.png" }, "description": "Chrome extension that shows the current time and weather on the new tab screen", "chrome_url_overrides": { "newtab": "app\/index.html" }, "default_locale": "en", "author": "Dan Covill", "permissions": [ "storage", "geolocation" ], "manifest_version": 2 } |