rComments - Reddit Hover Comments

Hover over comments link to view all comments and their replies.

rComments - Reddit Hover Commentsとは何ですか?

rComments - Reddit Hover Commentsはhttps://iampueroo.github.io/rCommentsによって開発されたChromeの拡張機能で、その主な機能は「Hover over comments link to view all comments and their replies.」です。

拡張機能のスクリーンショット

screenshot
screenshot

rComments - Reddit Hover Comments拡張機能のCRXファイルをダウンロード

rComments - Reddit Hover Comments拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Reddit Extension rComments lets you to explore a post's comments and their replies just by hovering over the comments link of a post - no need to open new tabs or wait for additional page loads. Want to check out the top comment? The replies? Just hover over the comments link and the checkout any comment you'd like!                    

拡張機能の基本情報

名前 rComments - Reddit Hover Comments rComments - Reddit Hover Comments
ID njkilkdmdolbjonbfjhmknefhdccioig
公式URL https://chromewebstore.google.com/detail/rcomments-reddit-hover-co/njkilkdmdolbjonbfjhmknefhdccioig
説明 Hover over comments link to view all comments and their replies.
ファイルサイズ 75.65 KB
インストール数 317
現在のバージョン 1.4.0
最終更新日 2021-06-24
公開日 2020-06-24
評価 4.07/5 合計 15 レビュー
開発者 https://iampueroo.github.io/rComments
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://iampueroo.github.io/rComments/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "rComments.js"
            ],
            "css": [
                "rComments.css"
            ],
            "matches": [
                "http:\/\/reddit.com\/*",
                "https:\/\/reddit.com\/*",
                "http:\/\/*.reddit.com\/*",
                "https:\/\/*.reddit.com\/*"
            ]
        }
    ],
    "description": "Hover over comments link to view all comments and their replies.",
    "homepage_url": "https:\/\/iampueroo.github.io\/rComments\/",
    "manifest_version": 2,
    "minimum_chrome_version": "20.0",
    "name": "rComments - Reddit Hover Comments",
    "permissions": [
        "http:\/\/reddit.com\/*",
        "https:\/\/reddit.com\/*",
        "http:\/\/*.reddit.com\/*",
        "https:\/\/*.reddit.com\/*"
    ],
    "version": "1.4.0",
    "icons": {
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png",
        "600": "icons\/icon-600.png"
    }
}