NatureTab
Relive your new tab!
NatureTabคืออะไร?
NatureTab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GriLime Corporation และคุณลักษณะหลักของมันคือ "Relive your new tab!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NatureTab
ดาวน์โหลดไฟล์ส่วนขยาย NatureTab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A new tab in your favorite browser will no longer be boring and monotonous. With this extension, you can easily change the standard background of a new tab to a more beautiful natural landscape in just two clicks. But that's not all, our extension will allow you to always be aware of the current weather situation in your city. You no longer need to visit third-party sites to get information about the time or weather in your location. Try it and you will get a completely different experience using chrome! Features: - Display the time and weather in your current city - Change the search in omnibox to Bing. We are always working on new features, please use the support page to request features, and please leave us a great review if you have a few minutes! By clicking "Add to chrome", I accept and agree to install the "NatureTab" Chrome extension and setting Chrome™ New Tab page to that provided by the service and the Terms of Use https://grilime.com/terms-of-use-end-user-license-agreement/ and Privacy Policy https://grilime.com/privacy-policy/ Contact us https://grilime.com/contact/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lhhpmemdchndbmbjpfmnipfbhajmkcmi |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/naturetab/lhhpmemdchndbmbjpfmnipfbhajmkcmi |
คำอธิบาย | Relive your new tab! |
ขนาดไฟล์ | 11.32 MB |
จำนวนการติดตั้ง | 20,000 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2020-07-05 |
วันที่เผยแพร่ | 2020-07-05 |
คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | GriLime Corporation |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://grilime.com/ |
URL หน้าช่วยเหลือ | https://grilime.com/contact/ |
URL หน้านโยบายความเป็นส่วนตัว | https://grilime.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "128": "icon-128.png", "48": "icon-48.png", "16": "icon-16.png" } }, "chrome_url_overrides": { "newtab": "tab.html" }, "description": "Relive your new tab!", "icons": { "128": "icon-128.png", "48": "icon-48.png", "16": "icon-16.png" }, "permissions": [ "storage" ], "manifest_version": 2, "minimum_chrome_version": "32", "name": "NatureTab", "version": "1.1" } |