stackoverflow simplified
Removes the side bar to make more space for the main content.
¿Qué es stackoverflow simplified?
stackoverflow simplified es una extensión de Chrome desarrollada por Tibo, y su función principal es "Removes the side bar to make more space for the main content.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión stackoverflow simplified
Descarga archivos de extensión stackoverflow simplified en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | stackoverflow simplified |
ID | fhniannkgebjcdekjjbmnbblibikdnmm |
URL Oficial | https://chromewebstore.google.com/detail/stackoverflow-simplified/fhniannkgebjcdekjjbmnbblibikdnmm |
Descripción | Removes the side bar to make more space for the main content. |
Tamaño del Archivo | 11.58 KB |
Cantidad de Instalaciones | 34 |
Versión Actual | 0.1 |
Última Actualización | 2016-03-07 |
Fecha de Publicación | 2016-02-14 |
Calificación | 3.67/5 Total de 3 Calificaciones |
Desarrollador | Tibo |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } ] } |