Alive tab
New tab - new life
Alive tabคืออะไร?
Alive tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AKORDIS GROUP LIMITED และคุณลักษณะหลักของมันคือ "New tab - new life"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Alive tab
ดาวน์โหลดไฟล์ส่วนขยาย Alive tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Make your new tab beautiful and functionality! By clicking "Add to chrome", I accept and agree to install the "Alive tab" Chrome extension and setting Chrome™ New Tab page to that provided by the service and the Terms of Use https://akordis.net/fnew/terms_of_use.html and Privacy Policy https://akordis.net/fnew/privacy_policy.html Contact us via https://akordis.net/fnew/contacts.html Features: - Display the time and data in your current location. - Display the weather in your current location. - Change the search to Bing. Give your new tab new view! A new tab in your favorite browser will no longer be boring. With this extension, you can easily see on the standard new tab background beautiful pictures. But that's not all, this extension will allow you to always be inform about current weather situation in your city. You no longer need to visit third-party sites to get information about the time in your location. Try it and you will get a completely different experience using chrome! 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! This extension uses permission of the current location of user's device.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Alive tab |
ID | fdncfcjmhgabdkammiibdoalmlkabknn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/alive-tab/fdncfcjmhgabdkammiibdoalmlkabknn |
คำอธิบาย | New tab - new life |
ขนาดไฟล์ | 12.08 MB |
จำนวนการติดตั้ง | 67,819 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2022-08-03 |
วันที่เผยแพร่ | 2021-05-25 |
คะแนน | 4.90/5 รวมทั้งหมด 42 คะแนน |
ผู้พัฒนา | AKORDIS GROUP LIMITED |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://akordis.net |
URL หน้านโยบายความเป็นส่วนตัว | https://akordis.net/fnew/privacy_policy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "128": "icon-128.png", "16": "icon-16.png", "64": "icon-64.png" } }, "chrome_url_overrides": { "newtab": "newtab.html" }, "description": "New tab - new life", "icons": { "128": "icon-128.png", "16": "icon-16.png", "64": "icon-64.png" }, "manifest_version": 2, "name": "Alive tab", "version": "1.0.1" } |