To the Comments!

View the reddit or Hacker News comments for a given page

Qu'est-ce que To the Comments! ?

To the Comments! est une extension Chrome développée par https://burba.io, et sa fonction principale est "View the reddit or Hacker News comments for a given page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension To the Comments!

Téléchargez les fichiers d'extension To the Comments! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom To the Comments! To the Comments!
ID ceghmjigckmapkbgccgehlipbkdhglab
URL Officiel https://chromewebstore.google.com/detail/to-the-comments/ceghmjigckmapkbgccgehlipbkdhglab
Description View the reddit or Hacker News comments for a given page
Taille du Fichier 20.92 KB
Nombre d'Installations 16
Version Actuelle 1.0.1
Dernière Mise à Jour 2017-04-04
Date de Publication 2017-04-04
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://burba.io
Type de Paiement free
Site Web de l'Extension http://tothecomments.burba.io
URL de la Page d'Aide http://tothecomments.burba.io
Langues Prises en Charge 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"
        }
    }
}