stackoverflow simplified
Removes the side bar to make more space for the main content.
Apa itu stackoverflow simplified?
stackoverflow simplified adalah ekstensi Chrome yang dikembangkan oleh Tibo, dan fitur utamanya adalah "Removes the side bar to make more space for the main content.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi stackoverflow simplified
Unduh file ekstensi stackoverflow simplified dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | stackoverflow simplified |
ID | fhniannkgebjcdekjjbmnbblibikdnmm |
URL Resmi | https://chromewebstore.google.com/detail/stackoverflow-simplified/fhniannkgebjcdekjjbmnbblibikdnmm |
Deskripsi | Removes the side bar to make more space for the main content. |
Ukuran File | 11.58 KB |
Jumlah Instalasi | 34 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2016-03-07 |
Tanggal Publikasi | 2016-02-14 |
Penilaian | 3.67/5 Total 3 Penilaian |
Pengembang | Tibo |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |