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