Starify Github repo links
Add Github Stars badges to Github project links
Cos'è Starify Github repo links?
Starify Github repo links è un'estensione di Chrome sviluppata da https://itenium.be, e la sua funzione principale è "Add Github Stars badges to Github project links".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Starify Github repo links
Scarica i file di estensione Starify Github repo links 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
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | kpficnopciffopkhjpckhkgmnlakcmig |
| URL Ufficiale | https://chrome.google.com/webstore/detail/starify-github-repo-links/kpficnopciffopkhjpckhkgmnlakcmig |
| Descrizione | Add Github Stars badges to Github project links |
| Dimensione del File | 9.86 KB |
| Conteggio Installazioni | 17 |
| Versione Corrente | 1.7 |
| Ultimo Aggiornamento | 2020-04-27 |
| Data di Pubblicazione | 2020-04-25 |
| Valutazione | 1.00/5 Totale 1 Valutazioni |
| Sviluppatore | https://itenium.be |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://itenium.be/blog/javascript/starify-github-links/ |
| Lingue Supportate | 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"
}
} | |