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