DCO GitHub UI

DCO signoff for GitHub UI

Qu'est-ce que DCO GitHub UI ?

DCO GitHub UI est une extension Chrome développée par Scott Rigby, et sa fonction principale est "DCO signoff for GitHub UI".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension DCO GitHub UI

Téléchargez les fichiers d'extension DCO GitHub UI 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

                        This Chrome extension adds DCO Signed-off-by line to commits made with the GitHub browser UI.                    

Informations de Base sur l'Extension

Nom DCO GitHub UI DCO GitHub UI
ID onhgmjhnaeipfgacbglaphlmllkpoijo
URL Officiel https://chromewebstore.google.com/detail/dco-github-ui/onhgmjhnaeipfgacbglaphlmllkpoijo
Description DCO signoff for GitHub UI
Taille du Fichier 20.58 KB
Nombre d'Installations 203
Version Actuelle 1.1.0
Dernière Mise à Jour 2020-08-16
Date de Publication 2018-09-20
Évaluation 4.00/5 Total 1 Évaluations
Développeur Scott Rigby
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/scottrigby/dco-gh-ui
URL de la Page d'Aide https://github.com/scottrigby/dco-gh-ui/blob/master/README.md
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DCO GitHub UI",
    "version": "1.1.0",
    "description": "DCO signoff for GitHub UI",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "images\/dco-gh-ui-16.png",
        "32": "images\/dco-gh-ui-32.png",
        "48": "images\/dco-gh-ui-48.png",
        "96": "images\/dco-gh-ui-96.png",
        "128": "images\/dco-gh-ui-128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/github.com\/*"
            ]
        }
    ]
}