Toggle Stackoverflow sidebar
Adds a button to toggle the Stackoverflow sidebar.
Toggle Stackoverflow sidebarとは何ですか?
Toggle Stackoverflow sidebarはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Adds a button to toggle the Stackoverflow sidebar.」です。
拡張機能のスクリーンショット
Toggle Stackoverflow sidebar拡張機能のCRXファイルをダウンロード
Toggle Stackoverflow sidebar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Hides the distracting sidebar from Stackoverflow pages, centers the main text, and creates a button for revealing the sidebar.
拡張機能の基本情報
名前 | Toggle Stackoverflow sidebar |
ID | jhgooipphocncabpmflocgdmhojmhibi |
公式URL | https://chromewebstore.google.com/detail/toggle-stackoverflow-side/jhgooipphocncabpmflocgdmhojmhibi |
説明 | Adds a button to toggle the Stackoverflow sidebar. |
ファイルサイズ | 107 KB |
インストール数 | 60 |
現在のバージョン | 1.2 |
最終更新日 | 2014-12-23 |
公開日 | 2014-12-22 |
評価 | 5.00/5 合計 9 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Toggle Stackoverflow sidebar", "manifest_version": 2, "version": "1.2", "description": "Adds a button to toggle the Stackoverflow sidebar.", "page_action": { "name": "Toggle Sidebar" }, "icons": { "128": "icon.png", "48": "icon.png", "16": "icon.png" }, "content_scripts": [ { "css": [ "jquery-ui.css" ], "js": [ "jquery.min.js", "background.js", "jquery-ui.min.js" ], "matches": [ "*:\/\/*.stackoverflow.com\/*" ] } ] } |