Reddit New Comments Highlighter

Highlights new comments when you revisit a comments page on reddit.

Co je Reddit New Comments Highlighter?

Reddit New Comments Highlighter je rozšíření Chrome vyvinuté https://blog.abhijeetr.com, a jeho hlavní funkcí je „Highlights new comments when you revisit a comments page on reddit.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Reddit New Comments Highlighter

Stáhněte si soubory rozšíření Reddit New Comments Highlighter 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í

                        This extension highlights new comments on a link page in reddit when you revisit a link.

To jump between "new links", simply use shortcut keys "Shift+Up" & "Shift+Down".                    

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

Název Reddit New Comments Highlighter Reddit New Comments Highlighter
ID ajdilinnnkbmpoegibgacadjlblmpjad
Oficiální URL https://chromewebstore.google.com/detail/reddit-new-comments-highl/ajdilinnnkbmpoegibgacadjlblmpjad
Popis Highlights new comments when you revisit a comments page on reddit.
Velikost souboru 163 KB
Počet instalací 1,856
Aktuální Verze 3.0
Poslední Aktualizace 2018-02-17
Datum Vydání 2018-02-16
Hodnocení 3.50/5 Celkem 24 Hodnocení
Vývojář https://blog.abhijeetr.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.reddit.com\/r\/*",
                "http:\/\/www.reddit.com\/r\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "Reddit New Comments Highlighter",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "web_accessible_resources": [
        "res\/*",
        "assets\/*",
        "icons\/*"
    ],
    "description": "Highlights new comments when you revisit a comments page on reddit.",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "https:\/\/github.com\/shadyabhi\/Reddit-New-Comments-Highlighter",
    "version": "3.0",
    "options_page": "options.html",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webNavigation"
    ]
}