My Git Repo News

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

Co je My Git Repo News?

My Git Repo News je rozšíření Chrome vyvinuté greybax, a jeho hlavní funkcí je „Chrome extension which helps you not to miss important changes in your news thread related to your repo“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření My Git Repo News

Stáhněte si soubory rozšíření My Git Repo News ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název My Git Repo News My Git Repo News
ID bpijgihicffjpcnjndpcdicohomlfbhp
Oficiální URL https://chromewebstore.google.com/detail/my-git-repo-news/bpijgihicffjpcnjndpcdicohomlfbhp
Popis Chrome extension which helps you not to miss important changes in your news thread related to your repo
Velikost souboru 168 KB
Počet instalací 17
Aktuální Verze 1.0.2
Poslední Aktualizace 2018-10-01
Datum Vydání 2018-10-01
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář greybax
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/greybax/github-extension-my-repo-news
Podporované Jazyky 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"
            ]
        }
    ]
}