My Git Repo News

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

Qu'est-ce que My Git Repo News ?

My Git Repo News est une extension Chrome développée par greybax, et sa fonction principale est "Chrome extension which helps you not to miss important changes in your news thread related to your repo".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension My Git Repo News

Téléchargez les fichiers d'extension My Git Repo News 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

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

Informations de Base sur l'Extension

Nom My Git Repo News My Git Repo News
ID bpijgihicffjpcnjndpcdicohomlfbhp
URL Officiel https://chromewebstore.google.com/detail/my-git-repo-news/bpijgihicffjpcnjndpcdicohomlfbhp
Description Chrome extension which helps you not to miss important changes in your news thread related to your repo
Taille du Fichier 168 KB
Nombre d'Installations 17
Version Actuelle 1.0.2
Dernière Mise à Jour 2018-10-01
Date de Publication 2018-10-01
Évaluation 5.00/5 Total 1 Évaluations
Développeur greybax
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/greybax/github-extension-my-repo-news
Langues Prises en Charge 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"
            ]
        }
    ]
}