Time and Weather Tab
Minimal New Tab Page.
Time and Weather Tabคืออะไร?
Time and Weather Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wilsodadeveloper และคุณลักษณะหลักของมันคือ "Minimal New Tab Page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Time and Weather Tab
ดาวน์โหลดไฟล์ส่วนขยาย Time and Weather Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A minimal new tab page that shows the time and current weather.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Time and Weather Tab |
ID | ohlpipdkopgmnpaefpabeboimndinfml |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/time-and-weather-tab/ohlpipdkopgmnpaefpabeboimndinfml |
คำอธิบาย | Minimal New Tab Page. |
ขนาดไฟล์ | 41.82 KB |
จำนวนการติดตั้ง | 43 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-02-16 |
วันที่เผยแพร่ | 2017-02-16 |
คะแนน | 3.80/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | wilsodadeveloper |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Time and Weather Tab", "description": "Minimal New Tab Page.", "version": "1.0", "incognito": "split", "chrome_url_overrides": { "newtab": "start-page.html" }, "background": { "scripts": [ "jquery.min.js", "weather.js" ] }, "permissions": [ "geolocation", "storage", "http:\/\/api.openweathermap.org\/" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2 } |