Reddit Blue Links

I must have... the BLUE pages.

Reddit Blue Links क्या है?

Reddit Blue Links Jonathan Woodard द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "I must have... the BLUE pages."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Reddit Blue Links एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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'"
}