StackOverflow start page for Google Chrome
Shows StackOverflow and StackExchange questions in new tab window
Qu'est-ce que StackOverflow start page for Google Chrome ?
StackOverflow start page for Google Chrome est une extension Chrome développée par mihhail.maslakov, et sa fonction principale est "Shows StackOverflow and StackExchange questions in new tab window".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension StackOverflow start page for Google Chrome
Téléchargez les fichiers d'extension StackOverflow start page for Google Chrome 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
Basically, what it does is it aggregates questions from StackExchange sites, and shows them on your New Tab window. You can select what sites you want to display, filter questions by tags, change themes and much more. Now, when you open new tab, you always see most relevant questions for you. I warn you, this extension is a real timekiller. So, if you appreciate your time, don't install it. Or if you're like me, and you just love StackExchange sites, then try it out! Who needs time, anyway :)
Informations de Base sur l'Extension
Nom | |
ID | omcplobmjajgpmpcdnbdiblienjeljan |
URL Officiel | https://chrome.google.com/webstore/detail/stackoverflow-start-page/omcplobmjajgpmpcdnbdiblienjeljan |
Description | Shows StackOverflow and StackExchange questions in new tab window |
Taille du Fichier | 162 KB |
Nombre d'Installations | 184 |
Version Actuelle | 1.0.5.4 |
Dernière Mise à Jour | 2014-03-07 |
Date de Publication | 2014-03-07 |
Évaluation | 4.35/5 Total 17 Évaluations |
Développeur | mihhail.maslakov |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "StackOverflow start page for Google Chrome", "version": "1.0.5.4", "manifest_version": 2, "description": "Shows StackOverflow and StackExchange questions in new tab window", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "chrome_url_overrides": { "newtab": "start-page.html" }, "icons": { "16": "so_16.png", "48": "so_48.png", "128": "so_128.png" }, "permissions": [ "http:\/\/*.stackoverflow.com\/*" ] } |