Reddit Blue Links

I must have... the BLUE pages.

Wat is Reddit Blue Links?

Reddit Blue Links is een Chrome-extensie ontwikkeld door Jonathan Woodard, en de belangrijkste functie is "I must have... the BLUE pages.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Reddit Blue Links

Download Reddit Blue Links-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Reddit Blue Links Reddit Blue Links
ID boijcmmgpmnlabibhcapmenbcldgande
Officiële URL https://chromewebstore.google.com/detail/reddit-blue-links/boijcmmgpmnlabibhcapmenbcldgande
Beschrijving I must have... the BLUE pages.
Bestandsgrootte 209 KB
Aantal Installaties 54
Huidige Versie 1.0.0.2
Laatst Bijgewerkt 2015-11-18
Publicatiedatum 2015-11-17
Beoordeling 4.33/5 Totaal 3 Beoordelingen
Ontwikkelaar Jonathan Woodard
Betalingswijze free
Extensiewebsite http://woodar.dj
Ondersteunde Talen 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'"
}