StackOverview
View quick stats about StackOverflow and StackExchange posts from Google search results
Qu'est-ce que StackOverview ?
StackOverview est une extension Chrome développée par Jason Wang, et sa fonction principale est "View quick stats about StackOverflow and StackExchange posts from Google search results".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension StackOverview
Téléchargez les fichiers d'extension StackOverview 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
Get information about how many answers a StackOverflow or StackExchange post has and if there is an accepted answer for it straight from your Google search results. A green badge indicates that there is an accepted answer, yellow indicates that there is no accepted answer, and red indicates that there are no answers.
Informations de Base sur l'Extension
Nom | |
ID | oihjaeffdklalbagimogdhokoaidmain |
URL Officiel | https://chrome.google.com/webstore/detail/stackoverview/oihjaeffdklalbagimogdhokoaidmain |
Description | View quick stats about StackOverflow and StackExchange posts from Google search results |
Taille du Fichier | 5.78 KB |
Nombre d'Installations | 44 |
Version Actuelle | 1.0.4 |
Dernière Mise à Jour | 2015-01-29 |
Date de Publication | 2015-01-29 |
Évaluation | 4.83/5 Total 6 Évaluations |
Développeur | Jason Wang |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.4", "name": "StackOverview", "author": "Jason Wang", "description": "View quick stats about StackOverflow and StackExchange posts from Google search results", "content_scripts": [ { "matches": [ "*:\/\/www.google.com\/*", "*:\/\/www.google.ca\/*" ], "css": [ "style.css" ], "js": [ "index.js" ], "run_at": "document_end", "all_frames": true } ], "permissions": [ "http:\/\/*.stackoverflow.com\/*", "https:\/\/*.stackoverflow.com\/*", "http:\/\/*.stackexchange.com\/*", "https:\/\/*.stackexchange.com\/*" ], "icons": { "48": "icons\/so48trans.png", "128": "icons\/so128trans.png" } } |