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"
        }
    }
}