Hub

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

Hub란 무엇입니까?

Hub은(는) andwoo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "New tab hub containing a list of your favourite subreddits, Twitch live streamers and upcoming esports matches."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Hub 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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]"
        }
    }
}