GitHub Pride Isometric Contributions

Renders an isometric pixel view of GitHub contribution graphs in PRIDE rainbow colors.

Qu'est-ce que GitHub Pride Isometric Contributions ?

GitHub Pride Isometric Contributions est une extension Chrome développée par ananibunny, et sa fonction principale est "Renders an isometric pixel view of GitHub contribution graphs in PRIDE rainbow colors.".

Télécharger le fichier CRX de l'extension GitHub Pride Isometric Contributions

Téléchargez les fichiers d'extension GitHub Pride Isometric Contributions 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

                                            

Informations de Base sur l'Extension

Nom GitHub Pride Isometric Contributions GitHub Pride Isometric Contributions
ID mocilklljjenmbejegmfhiomeieabhlb
URL Officiel https://chrome.google.com/webstore/detail/github-pride-isometric-co/mocilklljjenmbejegmfhiomeieabhlb
Description Renders an isometric pixel view of GitHub contribution graphs in PRIDE rainbow colors.
Taille du Fichier 66.71 KB
Nombre d'Installations 51
Version Actuelle 1.0.0
Dernière Mise à Jour 2015-06-30
Date de Publication 2015-06-30
Évaluation 1.00/5 Total 1 Évaluations
Développeur ananibunny
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub Pride Isometric Contributions",
    "version": "1.0.0",
    "description": "Renders an isometric pixel view of GitHub contribution graphs in PRIDE rainbow colors.",
    "content_scripts": [
        {
            "css": [
                "iso.css"
            ],
            "js": [
                "jquery.min.js",
                "obelisk.min.js",
                "iso.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}