To the Comments!

View the reddit or Hacker News comments for a given page

To the Comments!とは何ですか?

To the Comments!はhttps://burba.ioによって開発されたChromeの拡張機能で、その主な機能は「View the reddit or Hacker News comments for a given page」です。

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

screenshot

To the Comments!拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        View the Hacker News and Reddit comments for your current page.                    

拡張機能の基本情報

名前 To the Comments! To the Comments!
ID ceghmjigckmapkbgccgehlipbkdhglab
公式URL https://chromewebstore.google.com/detail/to-the-comments/ceghmjigckmapkbgccgehlipbkdhglab
説明 View the reddit or Hacker News comments for a given page
ファイルサイズ 20.92 KB
インストール数 16
現在のバージョン 1.0.1
最終更新日 2017-04-04
公開日 2017-04-04
評価 5.00/5 合計 2 レビュー
開発者 https://burba.io
支払い方法 free
拡張機能のウェブサイト http://tothecomments.burba.io
ヘルプページのURL http://tothecomments.burba.io
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "To the Comments!",
    "description": "View the reddit or Hacker News comments for a given page",
    "version": "1.0.1",
    "icons": {
        "128": "src\/images\/comment.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "src\/images\/comment.png",
        "default_title": "To the Comments!",
        "default_popup": "src\/popup.html"
    },
    "background": {
        "scripts": [
            "src\/js\/thru.js",
            "src\/js\/get-active-tab.js",
            "src\/js\/get-active-url.js",
            "src\/js\/get-comments.js",
            "src\/js\/background.js"
        ],
        "persistent": false
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+C"
            },
            "description": "Show comments for current page"
        },
        "open-top-reddit-link": {
            "suggested_key": {
                "default": "Alt+R"
            },
            "description": "Open the top reddit link for this page"
        },
        "open-top-hn-link": {
            "suggested_key": {
                "default": "Alt+H"
            },
            "description": "Open the top Hacker News link for this page"
        }
    }
}