Natlex GitLab Extensions

UI extensions for GitLab

Qu'est-ce que Natlex GitLab Extensions ?

Natlex GitLab Extensions est une extension Chrome développée par NATLEX, et sa fonction principale est "UI extensions for GitLab".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Natlex GitLab Extensions

Téléchargez les fichiers d'extension Natlex GitLab Extensions 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

                        With this extension you can easily show/hide and navigate between comments by author                    

Informations de Base sur l'Extension

Nom Natlex GitLab Extensions Natlex GitLab Extensions
ID naheeabjfjnchakiflgmmejpfpjmfmck
URL Officiel https://chromewebstore.google.com/detail/natlex-gitlab-extensions/naheeabjfjnchakiflgmmejpfpjmfmck
Description UI extensions for GitLab
Taille du Fichier 15.71 KB
Nombre d'Installations 32
Version Actuelle 2.1.1
Dernière Mise à Jour 2020-08-26
Date de Publication 2019-12-11
Évaluation 5.00/5 Total 4 Évaluations
Développeur NATLEX
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://natlex.ru/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Natlex GitLab Extensions",
    "version": "2.1.1",
    "description": "UI extensions for GitLab",
    "icons": {
        "16": "icons\/icon-16x16.png",
        "32": "icons\/icon-32x32.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "gitlab-content.css"
            ],
            "js": [
                "gitlab-content.js"
            ]
        }
    ]
}