Reddit Blue Links

I must have... the BLUE pages.

Reddit Blue Links là gì?

Reddit Blue Links là một tiện ích mở rộng Chrome được phát triển bởi Jonathan Woodard, và tính năng chính của nó là "I must have... the BLUE pages.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Reddit Blue Links

Tải xuống các tệp mở rộng Reddit Blue Links dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Reddit Blue Links Reddit Blue Links
ID boijcmmgpmnlabibhcapmenbcldgande
URL Chính Thức https://chromewebstore.google.com/detail/reddit-blue-links/boijcmmgpmnlabibhcapmenbcldgande
Mô tả I must have... the BLUE pages.
Kích Thước Tệp 209 KB
Số Lần Cài Đặt 54
Phiên Bản Hiện Tại 1.0.0.2
Cập Nhật Lần Cuối 2015-11-18
Ngày Phát Hành 2015-11-17
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Jonathan Woodard
Loại Thanh Toán free
Trang Web Mở Rộng http://woodar.dj
Ngôn Ngữ Được Hỗ Trợ 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'"
}