To the Comments!

View the reddit or Hacker News comments for a given page

To the Comments! क्या है?

To the Comments! https://burba.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View the reddit or Hacker News comments for a given page"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में To the Comments! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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