Star Manager

tiny Github star manager

Cos'è Star Manager?

Star Manager è un'estensione di Chrome sviluppata da Kilerd, e la sua funzione principale è "tiny Github star manager".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Star Manager

Scarica i file di estensione Star Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Star Manager Star Manager
ID klajgkhhnnipjkilfgkkjofidahjfobh
URL Ufficiale https://chromewebstore.google.com/detail/star-manager/klajgkhhnnipjkilfgkkjofidahjfobh
Descrizione tiny Github star manager
Dimensione del File 878 KB
Conteggio Installazioni 46
Versione Corrente 0.0.7
Ultimo Aggiornamento 2019-12-03
Data di Pubblicazione 2019-12-03
Sviluppatore Kilerd
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Kilerd/StarManager
Lingue Supportate 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"
    ]
}