Star Manager

tiny Github star manager

什麼是Star Manager?

Star Manager是由Kilerd開發的Chrome擴展程式,該擴展的主要功能是“tiny Github star manager”。

擴展截圖

screenshot

下載Star Manager擴展crx文件

下載Star Manager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}