Homepage

A chrome extension which provides a nice customizable Homepage. Thanks to this extension you can directly access your shortcuts…

Homepage란 무엇입니까?

Homepage은(는) axel7083에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A chrome extension which provides a nice customizable Homepage. Thanks to this extension you can directly access your shortcuts…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        A chrome extension which provides a nice customizable Homepage.
Thanks to this extension you can directly access your shortcuts easily using the Ctrl+Q command! 
You can customise your own page to get everything you want directly accessible, put shortcuts, to do list, label as you wish!                    

확장 프로그램 기본 정보

이름 Homepage Homepage
ID lldjhjmaljndmlnbomjcofanjalieahb
공식 URL https://chromewebstore.google.com/detail/homepage/lldjhjmaljndmlnbomjcofanjalieahb
설명 A chrome extension which provides a nice customizable Homepage. Thanks to this extension you can directly access your shortcuts…
파일 크기 1.01 MB
설치 횟수 77
현재 버전 0.3
최근 업데이트 2021-04-17
출시 날짜 2020-10-25
평점 5.00/5 총 1 개의 평점
개발자 axel7083
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/axel0070/Homepage
도움말 페이지 URL https://github.com/axel0070/Homepage/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Homepage",
    "version": "0.3",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "app\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Options"
    },
    "options_page": "index.html",
    "web_accessible_resources": [
        "\/static\/css\/content.css",
        "\/static\/media\/*"
    ],
    "permissions": [
        "chrome:\/\/favicon\/",
        "https:\/\/i.olsh.me\/*",
        "https:\/\/api.github.com\/*",
        "storage",
        "history",
        "tabs"
    ],
    "commands": {
        "open": {
            "suggested_key": {
                "default": "Ctrl+Q"
            },
            "description": "Open HomePage"
        }
    },
    "icons": {
        "32": ".\/images\/homepage-32.png",
        "64": ".\/images\/homepage-64.png",
        "128": ".\/images\/homepage-128.png"
    }
}