MyTwoCents Comment Aggregator
Comment aggregator for Reddit, HackerNews, and Facebook
MyTwoCents Comment Aggregatorとは何ですか?
MyTwoCents Comment Aggregatorはtrahnによって開発されたChromeの拡張機能で、その主な機能は「Comment aggregator for Reddit, HackerNews, and Facebook」です。
拡張機能のスクリーンショット
MyTwoCents Comment Aggregator拡張機能のCRXファイルをダウンロード
MyTwoCents Comment Aggregator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
MyTwoCents is a comment aggregator as a browser extension. It currently puts Reddit, HackerNews, and Facebook comments on any website you are visiting. The idea is to have all comments in one place right next to the website they are referring to - as you browse the web. You can see it in action before installing on this site: https://mytwocentscomments.website/
拡張機能の基本情報
名前 | MyTwoCents Comment Aggregator |
ID | gmcmamjffgpegfhbkbldeamchnadoick |
公式URL | https://chromewebstore.google.com/detail/mytwocents-comment-aggreg/gmcmamjffgpegfhbkbldeamchnadoick |
説明 | Comment aggregator for Reddit, HackerNews, and Facebook |
ファイルサイズ | 107 KB |
インストール数 | 29 |
現在のバージョン | 0.1.3 |
最終更新日 | 2018-02-01 |
公開日 | 2018-02-01 |
評価 | 4.25/5 合計 4 レビュー |
開発者 | trahn |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MyTwoCents Comment Aggregator", "description": "Comment aggregator for Reddit, HackerNews, and Facebook", "version": "0.1.3", "content_security_policy": "script-src 'self'; object-src 'self'", "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/icon16.png", "default_title": "Show comments!" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "tabs", "activeTab", "storage", "webNavigation" ], "web_accessible_resources": [ "iframe.html", "icons\/icon128.png", "content.js", "content.css", "lib\/bootstrap.min.css", "lib\/bootstrap.min.js", "lib\/jquery-3.2.1.slim.min.js", "lib\/popper.min.js", "lib\/embedd.min.js", "iframe.css", "iframe.js" ] } |