Reddit Blue Links

I must have... the BLUE pages.

什么是Reddit Blue Links?

Reddit Blue Links是由Jonathan Woodard开发的Chrome扩展程序,该扩展的主要功能是“I must have... the BLUE pages.”。

扩展截图

screenshot

下载Reddit Blue Links扩展crx文件

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