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!
拡張機能の基本情報
名前 | |
ID | fhniannkgebjcdekjjbmnbblibikdnmm |
公式URL | 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 |
Eメール | [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" ] } ] } |