stackoverflow simplified
Removes the side bar to make more space for the main content.
O que é stackoverflow simplified?
stackoverflow simplified é uma extensão do Chrome desenvolvida por Tibo, e sua principal característica é "Removes the side bar to make more space for the main content.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão stackoverflow simplified
Baixe arquivos de extensão stackoverflow simplified no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | stackoverflow simplified |
ID | fhniannkgebjcdekjjbmnbblibikdnmm |
URL Oficial | https://chromewebstore.google.com/detail/stackoverflow-simplified/fhniannkgebjcdekjjbmnbblibikdnmm |
Descrição | Removes the side bar to make more space for the main content. |
Tamanho do Arquivo | 11.58 KB |
Contagem de Instalações | 34 |
Versão Atual | 0.1 |
Última Atualização | 2016-03-07 |
Data de Publicação | 2016-02-14 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | Tibo |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |