Github +1s
Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.
Qu'est-ce que Github +1s ?
Github +1s est une extension Chrome développée par Ryan Florence, et sa fonction principale est "Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Github +1s
Téléchargez les fichiers d'extension Github +1s 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 | |
ID | lddfkkebajnpiicnpfamebilmhamkeme |
URL Officiel | https://chrome.google.com/webstore/detail/github-+1s/lddfkkebajnpiicnpfamebilmhamkeme |
Description | Shows you the counts and avatars of those noisy '+1' comments and hides the original comments. |
Taille du Fichier | 5.54 KB |
Nombre d'Installations | 210 |
Version Actuelle | 1.4.0 |
Dernière Mise à Jour | 2015-06-19 |
Date de Publication | 2015-06-19 |
Évaluation | 4.58/5 Total 12 Évaluations |
Développeur | Ryan Florence |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github +1s", "description": "Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.", "version": "1.4.0", "permissions": [ "activeTab" ], "icons": { "128": "plusone.png" }, "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "content_script.js" ] } ] } |