Homeport

Replace new tab page with a personal dashboard featuring weather, news, search

Homeportคืออะไร?

Homeport เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Homeport และคุณลักษณะหลักของมันคือ "Replace new tab page with a personal dashboard featuring weather, news, search"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Start your day with us - an elegant and calm reflection of some of the most beautiful scenes in nature. A time to relax before your journey. HomePort is your window to the digital world. Check the top stories of the day, weather, and more. Search the web from a secure portal or simply check in on your favorite sports team. Quick and easy navigation allows you to save time and be more efficient in either a work or personal setting. Spend less time chasing the Internet, spend more time exploring it. We are at your service.



By clicking "Add to Chrome"', you accept and agree to install the HomePort Chrome™ extension, set the Chrome™ New Tab to HomePort with web search by Microsoft Bing, and to the Terms of Service and Privacy Policy.

https://homeport.live/terms-of-service
https://homeport.live/privacy-policy                    

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

ชื่อ Homeport Homeport
ID lpnhmhfgdnepmgmcdenmfbdfdhkoccke
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/homeport/lpnhmhfgdnepmgmcdenmfbdfdhkoccke
คำอธิบาย Replace new tab page with a personal dashboard featuring weather, news, search
ขนาดไฟล์ 14.73 MB
จำนวนการติดตั้ง 54
เวอร์ชันปัจจุบัน 1.4.0.2
อัปเดตครั้งล่าสุด 2024-02-24
วันที่เผยแพร่ 2021-10-19
คะแนน 5.00/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา Homeport
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://homeport.live
URL หน้านโยบายความเป็นส่วนตัว https://homeport.live/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Homeport",
    "description": "Replace new tab page with a personal dashboard featuring weather, news, search",
    "version": "1.4.0.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "logo\/16.png",
            "32": "logo\/32.png",
            "48": "logo\/48.png",
            "64": "logo\/64.png",
            "96": "logo\/96.png",
            "128": "logo\/128.png"
        },
        "default_title": "Homeport"
    },
    "chrome_url_overrides": {
        "newtab": "src\/index.html"
    },
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/techxplore.com\/*",
        "https:\/\/api.msn.com\/*",
        "https:\/\/api.openweathermap.org\/*"
    ],
    "icons": {
        "16": "logo\/16.png",
        "32": "logo\/32.png",
        "48": "logo\/48.png",
        "64": "logo\/64.png",
        "96": "logo\/96.png",
        "128": "logo\/128.png"
    }
}