stackoverflow simplified
Removes the side bar to make more space for the main content.
什麼是stackoverflow simplified?
stackoverflow simplified是由Tibo開發的Chrome擴展程式,該擴展的主要功能是“Removes the side bar to make more space for the main content.”。
擴展截圖
下載stackoverflow simplified擴展crx文件
下載stackoverflow simplified擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | stackoverflow simplified |
ID | fhniannkgebjcdekjjbmnbblibikdnmm |
官方網址 | https://chromewebstore.google.com/detail/stackoverflow-simplified/fhniannkgebjcdekjjbmnbblibikdnmm |
簡介 | Removes the side bar to make more space for the main content. |
檔案大小 | 11.58 KB |
安裝次數 | 34 |
目前版本 | 0.1 |
更新時間 | 2016-03-07 |
上架時間 | 2016-02-14 |
評分 | 3.67/5 共 3 次評分 |
開發者 | Tibo |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" ] } ] } |