Infinity Weather - Beautiful Weather New Tab
Five day weather forecast, amazing dynamic wallpaper, simple and beautiful new tab.
Infinity Weather - Beautiful Weather New Tabคืออะไร?
Infinity Weather - Beautiful Weather New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mifish และคุณลักษณะหลักของมันคือ "Five day weather forecast, amazing dynamic wallpaper, simple and beautiful new tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Infinity Weather - Beautiful Weather New Tab
ดาวน์โหลดไฟล์ส่วนขยาย Infinity Weather - Beautiful Weather New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Replace new tab with currently time and currently weather. Beautiful Weather is a simple extension that replaces your "New Tab" screen with a new one that shows you the current time and the weather. * You can set the location of the weather yourself. * You can set the background color * You can set the font color By clicking "Add to Chrome", you accept and agree to installing “Infinity Weather - Beautiful Weather New Tab” extension and setting Chrome™ new tab to that provided by the service and the Terms of Use and Privacy Policy. The extension will update your search settings and will change your search engine to be powered by Bing. Privacy Policy: 🔗 https://policies.extfans.com/policies/privacy/infinity-tab.html Term of Use: 🔗 https://policies.extfans.com/policies/terms/infinity-tab.html About Us: 🔗 https://policies.extfans.com/policies/about/infinity-tab.html Contact Us:🔗 https://policies.extfans.com/policies/contact/infinity-tab.html
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bikddpbcdfldnooogabppjkeihdfalkh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/infinity-weather-beautifu/bikddpbcdfldnooogabppjkeihdfalkh |
คำอธิบาย | Five day weather forecast, amazing dynamic wallpaper, simple and beautiful new tab. |
ขนาดไฟล์ | 332 KB |
จำนวนการติดตั้ง | 697 |
เวอร์ชันปัจจุบัน | 1.2.1 |
อัปเดตครั้งล่าสุด | 2021-06-10 |
วันที่เผยแพร่ | 2019-05-22 |
คะแนน | 4.33/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | mifish |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://policies.extfans.com/policies/privacy/infinity-tab.html |
ภาษาที่รองรับ | en,zh-CN |
manifest.json | |
{ "background": { "page": "pages\/background.html", "persistent": true }, "browser_action": { "default_icon": { "128": "icons\/128.png", "32": "icons\/32.png", "48": "icons\/48.png", "96": "icons\/96.png" } }, "chrome_url_overrides": { "newtab": "pages\/newtab.html" }, "default_locale": "en", "description": "__MSG_extdesc__", "icons": { "128": "icons\/128.png", "32": "icons\/32.png", "48": "icons\/48.png", "96": "icons\/96.png" }, "manifest_version": 2, "minimum_chrome_version": "65", "name": "__MSG_extname__", "optional_permissions": [], "permissions": [ "storage", "https:\/\/*.extfans.com\/", "https:\/\/*.yahoo.com\/", "https:\/\/*.ipstack.com\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2.1" } |