Follow GitHub Organization

Follow GitHub organizations and get activities on new repositories in your feed

Wat is Follow GitHub Organization?

Follow GitHub Organization is een Chrome-extensie ontwikkeld door https://followgithub.org, en de belangrijkste functie is "Follow GitHub organizations and get activities on new repositories in your feed".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Follow GitHub Organization

Download Follow GitHub Organization-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

                        Browser extension that lets you follow GitHub organizations like normal user accounts.
It shows the activities happening in the followed organization accounts in the main GitHub feed.

---

It's not affiliated with GitHub.                    

Basisinformatie over de Extensie

Naam Follow GitHub Organization Follow GitHub Organization
ID nihhgppianmnaaomafdoemomnnpdnfjn
Officiële URL https://chromewebstore.google.com/detail/follow-github-organizatio/nihhgppianmnaaomafdoemomnnpdnfjn
Beschrijving Follow GitHub organizations and get activities on new repositories in your feed
Bestandsgrootte 99.17 KB
Aantal Installaties 55
Huidige Versie 0.0.12
Laatst Bijgewerkt 2019-08-28
Publicatiedatum 2019-08-28
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://followgithub.org
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Follow GitHub Organization",
    "version": "0.0.12",
    "description": "Follow GitHub organizations and get activities on new repositories in your feed",
    "permissions": [
        "https:\/\/api.followgithub.org\/*",
        "storage"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": [],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "js\/index.js"
            ],
            "run_at": "document_end"
        }
    ]
}