Toggle Comments for reddit
Show and hide comments directly on the home page of reddit!
Toggle Comments for redditとは何ですか?
Toggle Comments for redditはeet6646によって開発されたChromeの拡張機能で、その主な機能は「Show and hide comments directly on the home page of reddit!」です。
拡張機能のスクリーンショット
Toggle Comments for reddit拡張機能のCRXファイルをダウンロード
Toggle Comments for reddit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Do you find it annoying to open a new tab/page to view user comments? This extension allows you to show entire comment blocks from a post, on the same page. No need to open a new tab or even leave the page! View the post's comments on the same page, right under the post's title. No new tabs, no new pages, saving you precious reddit'ing time. Open Source! ============ http://goo.gl/HuNxI0
拡張機能の基本情報
名前 | Toggle Comments for reddit |
ID | ooghofdlbfogobekpijdpogbdjilnmoh |
公式URL | https://chromewebstore.google.com/detail/toggle-comments-for-reddi/ooghofdlbfogobekpijdpogbdjilnmoh |
説明 | Show and hide comments directly on the home page of reddit! |
ファイルサイズ | 90.52 KB |
インストール数 | 39 |
現在のバージョン | 0.0.5 |
最終更新日 | 2017-04-21 |
公開日 | 2017-04-20 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | eet6646 |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/eet6646/Toggle-Comments-Reddit |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Toggle Comments for reddit", "short_name": "TCr", "description": "Show and hide comments directly on the home page of reddit!", "version": "0.0.5", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.reddit.com\/*" ], "js": [ "jquery-3.2.1.min.js", "togglecomments.js" ] } ], "web_accessible_resources": [ "jquery-3.2.1.min.map" ], "permissions": [ "*:\/\/www.reddit.com\/*" ] } |