Starify Github repo links

Add Github Stars badges to Github project links

Qu'est-ce que Starify Github repo links ?

Starify Github repo links est une extension Chrome développée par https://itenium.be, et sa fonction principale est "Add Github Stars badges to Github project links".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Starify Github repo links

Téléchargez les fichiers d'extension Starify Github repo links au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Starify Github repo links Starify Github repo links
ID kpficnopciffopkhjpckhkgmnlakcmig
URL Officiel https://chrome.google.com/webstore/detail/starify-github-repo-links/kpficnopciffopkhjpckhkgmnlakcmig
Description Add Github Stars badges to Github project links
Taille du Fichier 9.86 KB
Nombre d'Installations 17
Version Actuelle 1.7
Dernière Mise à Jour 2020-04-27
Date de Publication 2020-04-25
Évaluation 1.00/5 Total 1 Évaluations
Développeur https://itenium.be
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://itenium.be/blog/javascript/starify-github-links/
Langues Prises en Charge 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"
    }
}