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