Ask Historians Comment Helper
Ask Historians Comment Helper
Ask Historians Comment Helperとは何ですか?
Ask Historians Comment Helperはrundgongdevによって開発されたChromeの拡張機能で、その主な機能は「Ask Historians Comment Helper」です。
拡張機能のスクリーンショット
Ask Historians Comment Helper拡張機能のCRXファイルをダウンロード
Ask Historians Comment Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The AskHistorians sub-reddit ( https://www.reddit.com/r/AskHistorians/ ) has very strict moderation rules. This means many comments gets removed, and it is hard to know if a question has received an answer from reading the normal comment count. This add-on will show the number of top level comments that have not been removed. Comments made by moderators are also not counted. When this number is not zero, it usually means there is an answer to the question. *NOTE* This number is a reflection of the current state of the topic in question. It does NOT mean mods have approved the answer. It is possible mods have not yet seen the answer and will remove it later. It also allows you to monitor topics to see when they will get an answer.
拡張機能の基本情報
名前 | |
ID | jdkfbkogojpmdmpnkgjcgpngkkmhdfem |
公式URL | https://chromewebstore.google.com/detail/ask-historians-comment-he/jdkfbkogojpmdmpnkgjcgpngkkmhdfem |
説明 | Ask Historians Comment Helper |
ファイルサイズ | 20.34 KB |
インストール数 | 1,345 |
現在のバージョン | 1.0.2 |
最終更新日 | 2019-09-20 |
公開日 | 2019-09-20 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | rundgongdev |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ask Historians Comment Helper", "version": "1.0.2", "description": "Ask Historians Comment Helper", "icons": { "64": "icons\/ah-64.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.reddit.com\/", "*:\/\/*.reddit.com\/hot\/", "*:\/\/*.reddit.com\/new\/", "*:\/\/*.reddit.com\/rising\/", "*:\/\/*.reddit.com\/controversial\/", "*:\/\/*.reddit.com\/top\/", "*:\/\/*.reddit.com\/gilded\/", "*:\/\/*.reddit.com\/r\/askhistorians\/*", "*:\/\/*.reddit.com\/r\/AskHistorians\/*", "*:\/\/*.reddit.com\/r\/popular\/", "*:\/\/*.reddit.com\/r\/Popular\/", "*:\/\/*.reddit.com\/r\/all\/", "*:\/\/*.reddit.com\/r\/All\/" ], "js": [ "purify.min.js", "common_functions.js", "ask_historians_comment_helper.js" ] } ], "permissions": [ "https:\/\/www.reddit.com\/*", "storage" ], "browser_action": { "default_icon": "icons\/ah-64.png", "default_title": "AH", "default_popup": "popup\/ask_historians_popup.html" }, "background": { "scripts": [ "common_functions.js", "background_script.js" ] } } |