stackoverflow simplified
Removes the side bar to make more space for the main content.
stackoverflow simplified là gì?
stackoverflow simplified là một tiện ích mở rộng Chrome được phát triển bởi Tibo, và tính năng chính của nó là "Removes the side bar to make more space for the main content.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng stackoverflow simplified
Tải xuống các tệp mở rộng stackoverflow simplified dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | stackoverflow simplified |
ID | fhniannkgebjcdekjjbmnbblibikdnmm |
URL Chính Thức | https://chromewebstore.google.com/detail/stackoverflow-simplified/fhniannkgebjcdekjjbmnbblibikdnmm |
Mô tả | Removes the side bar to make more space for the main content. |
Kích Thước Tệp | 11.58 KB |
Số Lần Cài Đặt | 34 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2016-03-07 |
Ngày Phát Hành | 2016-02-14 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Tibo |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |