Star Manager
tiny Github star manager
O que é Star Manager?
Star Manager é uma extensão do Chrome desenvolvida por Kilerd, e sua principal característica é "tiny Github star manager".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Star Manager
Baixe arquivos de extensão Star Manager no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Star Manager |
ID | klajgkhhnnipjkilfgkkjofidahjfobh |
URL Oficial | https://chromewebstore.google.com/detail/star-manager/klajgkhhnnipjkilfgkkjofidahjfobh |
Descrição | tiny Github star manager |
Tamanho do Arquivo | 878 KB |
Contagem de Instalações | 46 |
Versão Atual | 0.0.7 |
Última Atualização | 2019-12-03 |
Data de Publicação | 2019-12-03 |
Desenvolvedor | Kilerd |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/Kilerd/StarManager |
Idiomas Suportados | 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" ] } |