GitHub Pride Isometric Contributions

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

Vad är GitHub Pride Isometric Contributions?

GitHub Pride Isometric Contributions är en Chrome-tillägg utvecklad av ananibunny, och dess huvudfunktion är "Renders an isometric pixel view of GitHub contribution graphs in PRIDE rainbow colors.".

Ladda ner GitHub Pride Isometric Contributions-förlängningens CRX-fil

Ladda ner GitHub Pride Isometric Contributions-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn GitHub Pride Isometric Contributions GitHub Pride Isometric Contributions
ID mocilklljjenmbejegmfhiomeieabhlb
Officiell webbadress https://chrome.google.com/webstore/detail/github-pride-isometric-co/mocilklljjenmbejegmfhiomeieabhlb
Beskrivning Renders an isometric pixel view of GitHub contribution graphs in PRIDE rainbow colors.
Filstorlek 66.71 KB
Antal Installationer 51
Aktuell Version 1.0.0
Senast Uppdaterad 2015-06-30
Publiceringsdatum 2015-06-30
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare ananibunny
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}