Github Notable Comments

Lets you easily navigate between the notable comments on github

Qu'est-ce que Github Notable Comments ?

Github Notable Comments est une extension Chrome développée par kamranahmed.se, et sa fonction principale est "Lets you easily navigate between the notable comments on github".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Github Notable Comments

Téléchargez les fichiers d'extension Github Notable Comments 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

                                            

Informations de Base sur l'Extension

Nom Github Notable Comments Github Notable Comments
ID jcppcdjgdbnibjdeeihllbefhpibmajf
URL Officiel https://chromewebstore.google.com/detail/github-notable-comments/jcppcdjgdbnibjdeeihllbefhpibmajf
Description Lets you easily navigate between the notable comments on github
Taille du Fichier 13.17 KB
Nombre d'Installations 53
Version Actuelle 0.0.1
Dernière Mise à Jour 2018-04-20
Date de Publication 2018-04-20
Développeur kamranahmed.se
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://github.com/kamranahmedse/notable-comments
URL de la Page d'Aide http://github.com/kamranahmedse/notable-comments/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github Notable Comments",
    "short_name": "github-notable-comments",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Lets you easily navigate between the notable comments on github",
    "homepage_url": "http:\/\/github.com\/kamranahmedse\/github-notable-comments",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "index.js"
            ],
            "css": [
                ".\/styles\/main.css"
            ]
        }
    ]
}