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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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