Currently
Replace new tab screen with current time and weather.
Currentlyคืออะไร?
Currently เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Currently และคุณลักษณะหลักของมันคือ "Replace new tab screen with current time and weather."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Currently
ดาวน์โหลดไฟล์ส่วนขยาย Currently ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Currently is a simple extension that replaces your "New Tab" screen with a new one that shows you the current time and the weather while providing convenient web search powered by Yahoo. Permissions & Reasons Used Our extension uses the minimum permissions required: Permission: "geolocation" Reason: "In order for Currently to display accurate weather information for your area, it requires the ability to query your Latitude and Longitude."
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ojhmphdkpgbibohbnpbfiefkgieacjmh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/currently/ojhmphdkpgbibohbnpbfiefkgieacjmh |
คำอธิบาย | Replace new tab screen with current time and weather. |
ขนาดไฟล์ | 29.07 MB |
จำนวนการติดตั้ง | 70,000 |
เวอร์ชันปัจจุบัน | 5.1.1 |
อัปเดตครั้งล่าสุด | 2021-08-29 |
วันที่เผยแพร่ | 2021-01-18 |
คะแนน | 4.05/5 รวมทั้งหมด 2041 คะแนน |
ผู้พัฒนา | Currently |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
URL หน้านโยบายความเป็นส่วนตัว | https://search.currentlyweather.com/home/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Currently", "version": "5.1.1", "manifest_version": 2, "description": "Replace new tab screen with current time and weather.", "background": { "scripts": [ "core\/index.js" ] }, "icons": { "16": "icon16.png", "96": "icon96.png", "128": "icon128.png" }, "chrome_url_overrides": { "newtab": "public\/index.html" }, "permissions": [ "geolocation" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self';", "web_accessible_resources": [ "*.json" ] } |