Avatars for Github
Displaying user avatars in github news feed page
Cos'è Avatars for Github?
Avatars for Github è un'estensione di Chrome sviluppata da Anas Nakawa, e la sua funzione principale è "Displaying user avatars in github news feed page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Avatars for Github
Scarica i file di estensione Avatars for Github in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
displayed user avatars on the Github news feed, nothing more, nothing less..
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | pgjmdbklnfklcjfbonjfkdhaonlfogbb |
URL Ufficiale | https://chrome.google.com/webstore/detail/avatars-for-github/pgjmdbklnfklcjfbonjfkdhaonlfogbb |
Descrizione | Displaying user avatars in github news feed page |
Dimensione del File | 178 KB |
Conteggio Installazioni | 2,000 |
Versione Corrente | 0.1.5 |
Ultimo Aggiornamento | 2016-01-18 |
Data di Pubblicazione | 2016-01-18 |
Valutazione | 5.00/5 Totale 7 Valutazioni |
Sviluppatore | Anas Nakawa |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/anasnakawa/chrome-github-avatars |
Lingue Supportate | 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 } ] } |