Hub

New tab hub containing a list of your favourite subreddits, Twitch live streamers and upcoming esports matches.

Hubคืออะไร?

Hub เป็นส่วนขยายของ Chrome ที่พัฒนาโดย andwoo และคุณลักษณะหลักของมันคือ "New tab hub containing a list of your favourite subreddits, Twitch live streamers and upcoming esports matches."

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

screenshot
screenshot

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

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

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

                        View your list of Live Twitch streamers, upcoming e-sports matches and a list of your favourite subreddits all in one place, the Hub.                    

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

ชื่อ Hub Hub
ID fmbiminakmgaaglnogaemeighbdoolmi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hub/fmbiminakmgaaglnogaemeighbdoolmi
คำอธิบาย New tab hub containing a list of your favourite subreddits, Twitch live streamers and upcoming esports matches.
ขนาดไฟล์ 329 KB
จำนวนการติดตั้ง 32
เวอร์ชันปัจจุบัน 2.5.0
อัปเดตครั้งล่าสุด 2023-08-11
วันที่เผยแพร่ 2020-05-10
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา andwoo
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://amanley.com
URL หน้าช่วยเหลือ https://github.com/andwoo/browser-extension-homescreen
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hub",
    "version": "2.5.0",
    "description": "New tab hub containing a list of your favourite subreddits, Twitch live streamers and upcoming esports matches.",
    "icons": {
        "16": "dist\/icons\/icon16.png",
        "48": "dist\/icons\/icon48.png",
        "128": "dist\/icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "dist\/index.html"
    },
    "permissions": [
        "https:\/\/api.reddit.com\/",
        "https:\/\/api.twitch.tv\/",
        "https:\/\/www.vlr.gg\/",
        "https:\/\/fonts.googleapis.com\/",
        "https:\/\/api.rss2json.com\/",
        "storage"
    ],
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}