Avatars for Github
Displaying user avatars in github news feed page
Qu'est-ce que Avatars for Github ?
Avatars for Github est une extension Chrome développée par Anas Nakawa, et sa fonction principale est "Displaying user avatars in github news feed page".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Avatars for Github
Téléchargez les fichiers d'extension Avatars for Github 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
displayed user avatars on the Github news feed, nothing more, nothing less..
Informations de Base sur l'Extension
Nom | ![]() |
ID | pgjmdbklnfklcjfbonjfkdhaonlfogbb |
URL Officiel | https://chrome.google.com/webstore/detail/avatars-for-github/pgjmdbklnfklcjfbonjfkdhaonlfogbb |
Description | Displaying user avatars in github news feed page |
Taille du Fichier | 178 KB |
Nombre d'Installations | 2,000 |
Version Actuelle | 0.1.5 |
Dernière Mise à Jour | 2016-01-18 |
Date de Publication | 2016-01-18 |
Évaluation | 5.00/5 Total 7 Évaluations |
Développeur | Anas Nakawa |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/anasnakawa/chrome-github-avatars |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Avatars for Github", "version": "0.1.5", "manifest_version": 2, "description": "Displaying user avatars in github news feed page", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "homepage_url": "http:\/\/github.com\/anasnakawa\/chrome-github-avatars", "permissions": [ "tabs", "*:\/\/github.com\/" ], "background": { "scripts": [ "scripts\/background.js" ] }, "web_accessible_resources": [], "content_scripts": [ { "matches": [ "*:\/\/github.com\/" ], "css": [ "styles\/main.css" ], "js": [ "bower_components\/jquery\/jquery.js", "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ] } |