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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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