DCO GitHub UI

DCO signoff for GitHub UI

Wat is DCO GitHub UI?

DCO GitHub UI is een Chrome-extensie ontwikkeld door Scott Rigby, en de belangrijkste functie is "DCO signoff for GitHub UI".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie DCO GitHub UI

Download DCO GitHub UI-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

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

Basisinformatie over de Extensie

Naam DCO GitHub UI DCO GitHub UI
ID onhgmjhnaeipfgacbglaphlmllkpoijo
Officiële URL https://chromewebstore.google.com/detail/dco-github-ui/onhgmjhnaeipfgacbglaphlmllkpoijo
Beschrijving DCO signoff for GitHub UI
Bestandsgrootte 20.58 KB
Aantal Installaties 203
Huidige Versie 1.1.0
Laatst Bijgewerkt 2020-08-16
Publicatiedatum 2018-09-20
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Scott Rigby
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/scottrigby/dco-gh-ui
Help Pagina-URL https://github.com/scottrigby/dco-gh-ui/blob/master/README.md
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}