hello, friend

Dark terminal-esque new tab page with your bookmarks

hello, friend란 무엇입니까?

hello, friend은(는) https://jaywick.xyz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dark terminal-esque new tab page with your bookmarks"입니다.

확장 프로그램 스크린샷

screenshot

hello, friend 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension is a replacement for your new-tab page so that when you create a new tab (via Cmd/Ctrl + T or "+" in the toolbar) you can see a list of all your bookmarks. The bookmarks are shown as links and laid out as columns in a dark themed computer terminal-style. Customisation of the links involves simply editing your bookmarks. This extension is built as an Web Extension and open sourced here – https://github.com/jaywick/hello-friend                    

확장 프로그램 기본 정보

이름 hello, friend hello, friend
ID aehibelbdjcoffckialjmnilfimajain
공식 URL https://chromewebstore.google.com/detail/hello-friend/aehibelbdjcoffckialjmnilfimajain
설명 Dark terminal-esque new tab page with your bookmarks
파일 크기 74.34 KB
설치 횟수 19
현재 버전 0.12
최근 업데이트 2021-06-20
출시 날짜 2020-03-09
평점 5.00/5 총 1 개의 평점
개발자 https://jaywick.xyz
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/jaywick/hello-friend
도움말 페이지 URL https://github.com/jaywick/hello-friend/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "hello, friend",
    "description": "Dark terminal-esque new tab page with your bookmarks",
    "permissions": [
        "bookmarks"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "version": "0.12",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "manifest_version": 2,
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}