NiceTab StartPage
StartPage with customizable interface, quick access and weather forecasts
NiceTab StartPageคืออะไร?
NiceTab StartPage เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://nicetab.live และคุณลักษณะหลักของมันคือ "StartPage with customizable interface, quick access and weather forecasts"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NiceTab StartPage
ดาวน์โหลดไฟล์ส่วนขยาย NiceTab StartPage ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Beautiful backgrounds in the new tab together with the clock, weather in your area and a customizable list of links to your favorite services will bring you a good mood every day! This extension replaces default Chrome new tab page with a custom one with some features: ✔️ Random backgrounds and a button to pick next ✔️ Current date, time and day of week ✔️ Current weather in your city (determined by IP) ✔️ Fast access to bookmarks via button on the page ✔️ Links to popular web resources, user can add his own links to this list The page provides a web search box that leads to a Bing search engine. Google is a trademark of Google Inc. This custom backgrounds extension is not endorsed by Google. By clicking "Add to chrome", I accept and agree to install the "NiceTab StartPage" Chrome extension and setting Chrome™ New Tab page to that provided by the service and the Terms of Use and Privacy Policy. Terms of use: https://nicetab.live/terms.html Privacy Policy: https://nicetab.live/privacy.html Contact Us: https://nicetab.live/contact.html
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dobmhnlkolhhklmcaodfefhejoonalni |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/nicetab-startpage/dobmhnlkolhhklmcaodfefhejoonalni |
คำอธิบาย | StartPage with customizable interface, quick access and weather forecasts |
ขนาดไฟล์ | 1.4 MB |
จำนวนการติดตั้ง | 63,145 |
เวอร์ชันปัจจุบัน | 1.10 |
อัปเดตครั้งล่าสุด | 2020-06-29 |
วันที่เผยแพร่ | 2020-06-29 |
คะแนน | 4.65/5 รวมทั้งหมด 37 คะแนน |
ผู้พัฒนา | http://nicetab.live |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://sites.google.com/view/troyan-commerce-privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "manifest_version": 2, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "minimum_chrome_version": "32", "version": "1.10", "name": "NiceTab StartPage", "description": "StartPage with customizable interface, quick access and weather forecasts", "icons": { "128": "icons\/128.png", "36": "icons\/36.png", "19": "icons\/19.png", "16": "icons\/16.png" }, "chrome_url_overrides": { "newtab": "start.html" }, "browser_action": { "default_icon": { "16": "icons\/16.png", "19": "icons\/19.png", "24": "icons\/24.png", "32": "icons\/32.png", "36": "icons\/36.png" } }, "permissions": [ "storage", "unlimitedStorage" ], "background": { "scripts": [ "background.js" ] } } |