Github Vanced

An ultimate chrome extension to customize and streamline your GitHub experience!

Wat is Github Vanced?

Github Vanced is een Chrome-extensie ontwikkeld door bhumijgupta, en de belangrijkste functie is "An ultimate chrome extension to customize and streamline your GitHub experience!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Github Vanced

Download Github Vanced-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

                        An ultimate chrome extension to customize and streamline your GitHub experience with a lifetime promise of no ads and no data collection
Features -
1. Website wide dark mode
2. Colors contribution chart to avoid distraction
3. Easy toggle switches to enable and disable features                    

Basisinformatie over de Extensie

Naam Github Vanced Github Vanced
ID apidmenkobkfjiffjmapgjdapmpaneck
Officiële URL https://chrome.google.com/webstore/detail/github-vanced/apidmenkobkfjiffjmapgjdapmpaneck
Beschrijving An ultimate chrome extension to customize and streamline your GitHub experience!
Bestandsgrootte 57.45 KB
Aantal Installaties 45
Huidige Versie 0.8.4
Laatst Bijgewerkt 2019-07-12
Publicatiedatum 2019-07-12
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar bhumijgupta
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/bhumijgupta/Github-vanced
Help Pagina-URL https://github.com/bhumijgupta/Github-vanced/issues
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Github Vanced",
    "description": "An ultimate chrome extension to customize and streamline your GitHub experience!",
    "version": "0.8.4",
    "author": "Bhumij Gupta",
    "icons": {
        "16": "assets\/icon_16.png",
        "32": "assets\/icon_32.png",
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/github.com\/*",
                "https:\/\/github.com\/*"
            ],
            "js": [
                "colorify.js",
                "darktheme.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "popup.html",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}