My Git Repo News

Chrome extension which helps you not to miss important changes in your news thread related to your repo

Cos'è My Git Repo News?

My Git Repo News è un'estensione di Chrome sviluppata da greybax, e la sua funzione principale è "Chrome extension which helps you not to miss important changes in your news thread related to your repo".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione My Git Repo News

Scarica i file di estensione My Git Repo News 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

                        Don't miss any changes in your github newsfeed related with your repos!                    

Informazioni di Base sull'Estensione

Nome My Git Repo News My Git Repo News
ID bpijgihicffjpcnjndpcdicohomlfbhp
URL Ufficiale https://chromewebstore.google.com/detail/my-git-repo-news/bpijgihicffjpcnjndpcdicohomlfbhp
Descrizione Chrome extension which helps you not to miss important changes in your news thread related to your repo
Dimensione del File 168 KB
Conteggio Installazioni 17
Versione Corrente 1.0.2
Ultimo Aggiornamento 2018-10-01
Data di Pubblicazione 2018-10-01
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore greybax
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/greybax/github-extension-my-repo-news
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "My Git Repo News",
    "description": "Chrome extension which helps you not to miss important changes in your news thread related to your repo",
    "short_name": "My Git Repo News",
    "version": "1.0.2",
    "homepage_url": "https:\/\/github.com\/greybax\/github-extension-my-repo-news",
    "browser_action": {
        "default_title": "My Git Repo News",
        "default_icon": "icons\/icon-16.png"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*",
                "http:\/\/github.com\/*"
            ],
            "js": [
                "js\/index.js"
            ]
        }
    ]
}