Starify Github repo links
Add Github Stars badges to Github project links
Wat is Starify Github repo links?
Starify Github repo links is een Chrome-extensie ontwikkeld door https://itenium.be, en de belangrijkste functie is "Add Github Stars badges to Github project links".
Extensie Screenshots
Download het CRX-bestand van de extensie Starify Github repo links
Download Starify Github repo links-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
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. Basisinformatie over de Extensie
| Naam | |
| ID | kpficnopciffopkhjpckhkgmnlakcmig |
| Officiële URL | https://chrome.google.com/webstore/detail/starify-github-repo-links/kpficnopciffopkhjpckhkgmnlakcmig |
| Beschrijving | Add Github Stars badges to Github project links |
| Bestandsgrootte | 9.86 KB |
| Aantal Installaties | 17 |
| Huidige Versie | 1.7 |
| Laatst Bijgewerkt | 2020-04-27 |
| Publicatiedatum | 2020-04-25 |
| Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://itenium.be |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://itenium.be/blog/javascript/starify-github-links/ |
| Ondersteunde Talen | 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"
}
} | |