To the Comments!

View the reddit or Hacker News comments for a given page

Co je To the Comments!?

To the Comments! je rozšíření Chrome vyvinuté https://burba.io, a jeho hlavní funkcí je „View the reddit or Hacker News comments for a given page“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření To the Comments!

Stáhněte si soubory rozšíření To the Comments! ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název To the Comments! To the Comments!
ID ceghmjigckmapkbgccgehlipbkdhglab
Oficiální URL https://chromewebstore.google.com/detail/to-the-comments/ceghmjigckmapkbgccgehlipbkdhglab
Popis View the reddit or Hacker News comments for a given page
Velikost souboru 20.92 KB
Počet instalací 16
Aktuální Verze 1.0.1
Poslední Aktualizace 2017-04-04
Datum Vydání 2017-04-04
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://burba.io
Typ Platby free
Webové stránky Rozšíření http://tothecomments.burba.io
URL Stránky Nápovědy http://tothecomments.burba.io
Podporované Jazyky 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"
        }
    }
}