Star Manager

tiny Github star manager

Wat is Star Manager?

Star Manager is een Chrome-extensie ontwikkeld door Kilerd, en de belangrijkste functie is "tiny Github star manager".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Star Manager

Download Star Manager-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Star Manager Star Manager
ID klajgkhhnnipjkilfgkkjofidahjfobh
Officiële URL https://chromewebstore.google.com/detail/star-manager/klajgkhhnnipjkilfgkkjofidahjfobh
Beschrijving tiny Github star manager
Bestandsgrootte 878 KB
Aantal Installaties 46
Huidige Versie 0.0.7
Laatst Bijgewerkt 2019-12-03
Publicatiedatum 2019-12-03
Ontwikkelaar Kilerd
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Kilerd/StarManager
Ondersteunde Talen 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"
    ]
}