Reddit Sidebar Collapser
Hide the Reddit sidebar until you actually need it.
Reddit Sidebar Collapserとは何ですか?
Reddit Sidebar Collapserはawswrdによって開発されたChromeの拡張機能で、その主な機能は「Hide the Reddit sidebar until you actually need it.」です。
拡張機能のスクリーンショット
Reddit Sidebar Collapser拡張機能のCRXファイルをダウンロード
Reddit Sidebar Collapser拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Posts with lots of text in reddit can become extremely crowded by the sidebar, especially if you frequently have two windows open side by side. This extension fixes that by adding a widget to the top of the sidebar to collapse and expand it as needed. If you'd rather have the sidebar still there, but have the option to collapse it, you can change the default behavior in the options page.
拡張機能の基本情報
名前 | Reddit Sidebar Collapser |
ID | kkbbjempbnpnfmeldlaghacohkcaiind |
公式URL | https://chromewebstore.google.com/detail/reddit-sidebar-collapser/kkbbjempbnpnfmeldlaghacohkcaiind |
説明 | Hide the Reddit sidebar until you actually need it. |
ファイルサイズ | 7.68 KB |
インストール数 | 29 |
現在のバージョン | 1.0.3 |
最終更新日 | 2013-06-20 |
公開日 | 2013-06-19 |
評価 | 2.00/5 合計 1 レビュー |
開発者 | awswrd |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit Sidebar Collapser", "description": "Hide the Reddit sidebar until you actually need it.", "version": "1.0.3", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/www.reddit.com\/*" ], "js": [ "contentscript.js" ], "run_at": "document_end" } ] } |