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
官方網址 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'"
}