My Git Repo News

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

Wat is My Git Repo News?

My Git Repo News is een Chrome-extensie ontwikkeld door greybax, en de belangrijkste functie is "Chrome extension which helps you not to miss important changes in your news thread related to your repo".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie My Git Repo News

Download My Git Repo News-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam My Git Repo News My Git Repo News
ID bpijgihicffjpcnjndpcdicohomlfbhp
Officiële URL https://chromewebstore.google.com/detail/my-git-repo-news/bpijgihicffjpcnjndpcdicohomlfbhp
Beschrijving Chrome extension which helps you not to miss important changes in your news thread related to your repo
Bestandsgrootte 168 KB
Aantal Installaties 17
Huidige Versie 1.0.2
Laatst Bijgewerkt 2018-10-01
Publicatiedatum 2018-10-01
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar greybax
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/greybax/github-extension-my-repo-news
Ondersteunde Talen 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"
            ]
        }
    ]
}