Golang syntax highlighter

Highlight syntax in golang official docs and blog

Qu'est-ce que Golang syntax highlighter ?

Golang syntax highlighter est une extension Chrome développée par Dominik, et sa fonction principale est "Highlight syntax in golang official docs and blog".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Golang syntax highlighter

Téléchargez les fichiers d'extension Golang syntax highlighter 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

                        Add syntax highlighting to code snippets on https://golang.org/doc/ and https://blog.golang.org/                    

Informations de Base sur l'Extension

Nom Golang syntax highlighter Golang syntax highlighter
ID oidklnelabnmlhpcmmpmffjalkpeecko
URL Officiel https://chromewebstore.google.com/detail/golang-syntax-highlighter/oidklnelabnmlhpcmmpmffjalkpeecko
Description Highlight syntax in golang official docs and blog
Taille du Fichier 7.55 KB
Nombre d'Installations 134
Version Actuelle 1.2
Dernière Mise à Jour 2019-03-13
Date de Publication 2019-03-13
Évaluation 5.00/5 Total 3 Évaluations
Développeur Dominik
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Golang syntax highlighter",
    "version": "1.2",
    "description": "Highlight syntax in golang official docs and blog",
    "manifest_version": 2,
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/golang.org\/doc\/*",
                "https:\/\/blog.golang.org\/*"
            ]
        }
    ]
}