Weather Tab

Replace new tab page with the weather and search

Weather Tabคืออะไร?

Weather Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://timleland.com และคุณลักษณะหลักของมันคือ "Replace new tab page with the weather and search"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Weather Tab

ดาวน์โหลดไฟล์ส่วนขยาย Weather Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        WeatherTab replaces your new tab page with the weather and search! WeatherTab shows a weather related photo and the current forecast for your location. You can manually set the location by searching. You can also choose between Fahrenheit or Celsius. The search features within the extension will be provided by Microsoft Bing.  

Free stock media content is distributed by Unsplash - https://unsplash.com 

Please refer to our Privacy Policy (https://weatherextension.com/terms) and Terms of Use (https://weatherextension.com/privacy). For any queries, please contact us at [email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Weather Tab Weather Tab
ID fncgdgifhdpnlfijpimlgaheiapclldd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/weather-tab/fncgdgifhdpnlfijpimlgaheiapclldd
คำอธิบาย Replace new tab page with the weather and search
ขนาดไฟล์ 7.47 MB
จำนวนการติดตั้ง 396
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2022-08-29
วันที่เผยแพร่ 2019-01-13
คะแนน 4.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://timleland.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://timleland.com/weathertab/
URL หน้าช่วยเหลือ https://timleland.com/weathertab/
URL หน้านโยบายความเป็นส่วนตัว https://t.ly/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weather Tab",
    "short_name": "WeatherTab",
    "homepage_url": "https:\/\/timleland.com\/weathertab\/",
    "version": "1.0.4",
    "description": "Replace new tab page with the weather and search",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "manifest_version": 3,
    "permissions": [
        "unlimitedStorage",
        "geolocation"
    ]
}