Reddit Blue Links

I must have... the BLUE pages.

Co to jest Reddit Blue Links?

Reddit Blue Links to rozszerzenie Chrome opracowane przez Jonathan Woodard, a jego główną funkcją jest „I must have... the BLUE pages.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Reddit Blue Links

Pobierz pliki rozszerzeń Reddit Blue Links w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        When I browse Reddit, I like to open all the unread links in new tabs behind the current one. This plugin does the page in one click!                    

Podstawowe informacje o rozszerzeniu

Nazwa Reddit Blue Links Reddit Blue Links
ID boijcmmgpmnlabibhcapmenbcldgande
Oficjalny URL https://chromewebstore.google.com/detail/reddit-blue-links/boijcmmgpmnlabibhcapmenbcldgande
Opis I must have... the BLUE pages.
Rozmiar pliku 209 KB
Liczba instalacji 54
Aktualna Wersja 1.0.0.2
Ostatnia Aktualizacja 2015-11-18
Data Publikacji 2015-11-17
Ocena 4.33/5 Łącznie 3 Oceny
Deweloper Jonathan Woodard
Typ Płatności free
Strona Rozszerzenia http://woodar.dj
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reddit Blue Links",
    "version": "1.0.0.2",
    "manifest_version": 2,
    "description": "I must have... the BLUE pages.",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": "icon-400.png",
        "default_title": "We're go for launch."
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/",
        "history"
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}