Reddit Blue Links

I must have... the BLUE pages.

Τι είναι το Reddit Blue Links;

Το Reddit Blue Links είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jonathan Woodard, και η κύρια λειτουργία του είναι "I must have... the BLUE pages.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Reddit Blue Links

Λήψη αρχείων επέκτασης Reddit Blue Links σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Reddit Blue Links Reddit Blue Links
ID boijcmmgpmnlabibhcapmenbcldgande
Επίσημο URL https://chromewebstore.google.com/detail/reddit-blue-links/boijcmmgpmnlabibhcapmenbcldgande
Περιγραφή I must have... the BLUE pages.
Μέγεθος Αρχείου 209 KB
Αριθμός Εγκαταστάσεων 54
Τρέχουσα Έκδοση 1.0.0.2
Τελευταία Ενημέρωση 2015-11-18
Ημερομηνία Δημοσίευσης 2015-11-17
Αξιολόγηση 4.33/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Jonathan Woodard
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://woodar.dj
Υποστηριζόμενες Γλώσσες 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'"
}