GitHub Dashboard Avatars
Display your Github dashboard avatars appropriately.
Wat is GitHub Dashboard Avatars?
GitHub Dashboard Avatars is een Chrome-extensie ontwikkeld door ryaneof, en de belangrijkste functie is "Display your Github dashboard avatars appropriately.".
Extensie Screenshots
Download het CRX-bestand van de extensie GitHub Dashboard Avatars
Download GitHub Dashboard Avatars-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
A simple Chrome Extension which display your GitHub dashboard avatars appropriately. Display Options: All Avatars, No Avatars.
Basisinformatie over de Extensie
Naam | |
ID | gmbhmmbplafgcmeikgohjpanekbcmbhp |
Officiële URL | https://chrome.google.com/webstore/detail/gmbhmmbplafgcmeikgohjpanekbcmbhp |
Beschrijving | Display your Github dashboard avatars appropriately. |
Bestandsgrootte | 74.46 KB |
Aantal Installaties | 49 |
Huidige Versie | 0.1.3 |
Laatst Bijgewerkt | 2016-07-29 |
Publicatiedatum | 2016-07-29 |
Ontwikkelaar | ryaneof |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/ryaneof/github-dashboard-avatars |
Help Pagina-URL | https://github.com/ryaneof/github-dashboard-avatars |
URL van de Privacybeleid Pagina | https://ryan.im |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Dashboard Avatars", "version": "0.1.3", "manifest_version": 2, "description": "Display your Github dashboard avatars appropriately.", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/*.github.com\/*" ], "css": [ "styles\/main.css" ], "js": [ "bower_components\/jquery\/dist\/jquery.js", "bower_components\/object.observe\/dist\/object-observe.js", "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "tabs", "storage", "https:\/\/*.github.com\/*" ] } |