stackoverflow simplified
Removes the side bar to make more space for the main content.
Co to jest stackoverflow simplified?
stackoverflow simplified to rozszerzenie Chrome opracowane przez Tibo, a jego główną funkcją jest „Removes the side bar to make more space for the main content.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia stackoverflow simplified
Pobierz pliki rozszerzeń stackoverflow simplified w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | stackoverflow simplified |
ID | fhniannkgebjcdekjjbmnbblibikdnmm |
Oficjalny URL | https://chromewebstore.google.com/detail/stackoverflow-simplified/fhniannkgebjcdekjjbmnbblibikdnmm |
Opis | Removes the side bar to make more space for the main content. |
Rozmiar pliku | 11.58 KB |
Liczba instalacji | 34 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2016-03-07 |
Data Publikacji | 2016-02-14 |
Ocena | 3.67/5 Łącznie 3 Oceny |
Deweloper | Tibo |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |