Star Manager

tiny Github star manager

Star Manager란 무엇입니까?

Star Manager은(는) Kilerd에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "tiny Github star manager"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        here is a very tiny Github star manager.
you can access your star list on Chrome quickly and easily.

After installation, you need to type your Github username to the bottom input field.
Then, wait half an hour or restart your Chrome completely for fetching your Github star list.

The refresh process would be activated when starting Chrome or every half an hour.

For easily open the pop up page, you can set a shortcut for it in Chrome Extensions Page.

Finally, enjoy it and thanks for installation.

Oh, by the way if possible, please star it in Github https://github.com/Kilerd/StarManager                    

확장 프로그램 기본 정보

이름 Star Manager Star Manager
ID klajgkhhnnipjkilfgkkjofidahjfobh
공식 URL https://chromewebstore.google.com/detail/star-manager/klajgkhhnnipjkilfgkkjofidahjfobh
설명 tiny Github star manager
파일 크기 878 KB
설치 횟수 46
현재 버전 0.0.7
최근 업데이트 2019-12-03
출시 날짜 2019-12-03
개발자 Kilerd
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Kilerd/StarManager
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Star Manager",
    "version": "0.0.7",
    "description": "tiny Github star manager",
    "icons": {
        "128": "icon-128.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "permissions": [
        "storage"
    ]
}