github1s Linker

Inserts a direct link to github1s in gitHub repos

Was ist github1s Linker?

github1s Linker ist eine Chrome-Erweiterung, die von fschipp.fs entwickelt wurde, und ihr Hauptmerkmal ist "Inserts a direct link to github1s in gitHub repos".

Erweiterungsscreenshots

screenshot

github1s Linker-Erweiterungs-CRX-Datei herunterladen

Laden Sie github1s Linker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Adds a simple link in the top right on github repositories. This makes opening github1s links much easier and saves typing in the address bar.

Code is open source at https://github.com/samtun/github1s_linker                    

Grundlegende Informationen zur Erweiterung

Name github1s Linker github1s Linker
ID aghoglkmbagjidbhfdcgmonhgdcbjjgf
Offizielle URL https://chromewebstore.google.com/detail/github1s-linker/aghoglkmbagjidbhfdcgmonhgdcbjjgf
Beschreibung Inserts a direct link to github1s in gitHub repos
Dateigröße 7.93 KB
Installationsanzahl 120
Aktuelle Version 1.0
Letztes Update 2021-03-24
Veröffentlichungsdatum 2021-03-20
Entwickler fschipp.fs
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "github1s Linker",
    "description": "Inserts a direct link to github1s in gitHub repos",
    "version": "1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "add_button.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon32.png",
        "32": "images\/icon64.png",
        "64": "images\/icon128.png"
    }
}