Starify Github repo links
Add Github Stars badges to Github project links
O que é Starify Github repo links?
Starify Github repo links é uma extensão do Chrome desenvolvida por https://itenium.be, e sua principal característica é "Add Github Stars badges to Github project links".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Starify Github repo links
Baixe arquivos de extensão Starify Github repo links 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
Scans all links on a page and adds a Github Stars badge to a Github project links. Use Control + Alt + G to activate. Runs immediately on Google search results, StackOverflow sites, Github.com, npmjs.com etc.
Informações Básicas da Extensão
Nome | |
ID | kpficnopciffopkhjpckhkgmnlakcmig |
URL Oficial | https://chrome.google.com/webstore/detail/starify-github-repo-links/kpficnopciffopkhjpckhkgmnlakcmig |
Descrição | Add Github Stars badges to Github project links |
Tamanho do Arquivo | 9.86 KB |
Contagem de Instalações | 17 |
Versão Atual | 1.7 |
Última Atualização | 2020-04-27 |
Data de Publicação | 2020-04-25 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | https://itenium.be |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://itenium.be/blog/javascript/starify-github-links/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [ "activeTab", "webRequest", "https:\/\/img.shields.io\/" ], "manifest_version": 2, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "github-stars.user.js" ], "matches": [ "http:\/\/*\/*", "file:\/\/\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "converted_from_user_script": true, "description": "Add Github Stars badges to Github project links", "name": "Starify Github repo links", "short_name": "GithubStarifyLinks", "version": "1.7", "content_security_policy": "script-src 'self'; object-src 'self'; img-src 'self' 'sha256-WOdSzz11\/3cpqOdrm89LBL2UPwEU9EhbDtMy2OciEhs='", "icons": { "128": "favicon.png" } } |