StackOverflow start page for Google Chrome
Shows StackOverflow and StackExchange questions in new tab window
Cos'è StackOverflow start page for Google Chrome?
StackOverflow start page for Google Chrome è un'estensione di Chrome sviluppata da mihhail.maslakov, e la sua funzione principale è "Shows StackOverflow and StackExchange questions in new tab window".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione StackOverflow start page for Google Chrome
Scarica i file di estensione StackOverflow start page for Google Chrome 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
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 :)
Informazioni di Base sull'Estensione
Nome | |
ID | omcplobmjajgpmpcdnbdiblienjeljan |
URL Ufficiale | https://chrome.google.com/webstore/detail/stackoverflow-start-page/omcplobmjajgpmpcdnbdiblienjeljan |
Descrizione | Shows StackOverflow and StackExchange questions in new tab window |
Dimensione del File | 162 KB |
Conteggio Installazioni | 184 |
Versione Corrente | 1.0.5.4 |
Ultimo Aggiornamento | 2014-03-07 |
Data di Pubblicazione | 2014-03-07 |
Valutazione | 4.35/5 Totale 17 Valutazioni |
Sviluppatore | mihhail.maslakov |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |