Github Notable Comments

Lets you easily navigate between the notable comments on github

Cos'è Github Notable Comments?

Github Notable Comments è un'estensione di Chrome sviluppata da kamranahmed.se, e la sua funzione principale è "Lets you easily navigate between the notable comments on github".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Github Notable Comments

Scarica i file di estensione Github Notable Comments in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Github Notable Comments Github Notable Comments
ID jcppcdjgdbnibjdeeihllbefhpibmajf
URL Ufficiale https://chromewebstore.google.com/detail/github-notable-comments/jcppcdjgdbnibjdeeihllbefhpibmajf
Descrizione Lets you easily navigate between the notable comments on github
Dimensione del File 13.17 KB
Conteggio Installazioni 53
Versione Corrente 0.0.1
Ultimo Aggiornamento 2018-04-20
Data di Pubblicazione 2018-04-20
Sviluppatore kamranahmed.se
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://github.com/kamranahmedse/notable-comments
URL della Pagina di Aiuto http://github.com/kamranahmedse/notable-comments/issues
Lingue Supportate 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"
            ]
        }
    ]
}