stackoverflow simplified
Removes the side bar to make more space for the main content.
Cos'è stackoverflow simplified?
stackoverflow simplified è un'estensione di Chrome sviluppata da Tibo, e la sua funzione principale è "Removes the side bar to make more space for the main content.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione stackoverflow simplified
Scarica i file di estensione stackoverflow simplified 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
Removes the right column in stackoverflow and extends the main content to use the full width. Images are also centered and are displayed wider when possible. Editor also uses the full width. The top bar is always visible so you don't need to scroll back up to access it. More to come? Don't hesitate to ask for new features!
Informazioni di Base sull'Estensione
Nome | stackoverflow simplified |
ID | fhniannkgebjcdekjjbmnbblibikdnmm |
URL Ufficiale | https://chromewebstore.google.com/detail/stackoverflow-simplified/fhniannkgebjcdekjjbmnbblibikdnmm |
Descrizione | Removes the side bar to make more space for the main content. |
Dimensione del File | 11.58 KB |
Conteggio Installazioni | 34 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2016-03-07 |
Data di Pubblicazione | 2016-02-14 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | Tibo |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "stackoverflow simplified", "version": "0.1", "manifest_version": 2, "description": "Removes the side bar to make more space for the main content.", "author": "Thibaud Lescuyer", "icons": { "128": "stackoverflow-simplified-logo.png" }, "content_scripts": [ { "matches": [ "http:\/\/stackoverflow.com\/*" ], "js": [ "stackoverflow-simplified.js" ], "css": [ "stackoverflow-simplified.css" ] } ] } |