XKCD+R

Display Reddit's best comments along XKCD strips!

XKCD+R란 무엇입니까?

XKCD+R은(는) Florian Laurent에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Display Reddit's best comments along XKCD strips!"입니다.

확장 프로그램 스크린샷

screenshot

XKCD+R 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        When browsing XKCD.com, this extension gets the best Reddit comments for each strip and displays them along the comic.

Extension by Florian Laurent
Original logo design by Q

Source: https://github.com/MasterScrat/XKCDR                    

확장 프로그램 기본 정보

이름 XKCD+R XKCD+R
ID kjfdpkjdjiefealdecjlgeogjbklhmgi
공식 URL https://chromewebstore.google.com/detail/xkcd+r/kjfdpkjdjiefealdecjlgeogjbklhmgi
설명 Display Reddit's best comments along XKCD strips!
파일 크기 98.51 KB
설치 횟수 129
현재 버전 0.0.13
최근 업데이트 2015-11-01
출시 날짜 2015-11-01
평점 3.67/5 총 3 개의 평점
개발자 Florian Laurent
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "src\/bg\/background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [],
            "js": [
                "src\/inject\/inject.js",
                "js\/jquery\/jquery.js"
            ],
            "matches": [
                "*:\/\/xkcd.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "description": "Display Reddit's best comments along XKCD strips!",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "XKCD+R",
    "page_action": {
        "default_icon": "icons\/icon38.png",
        "default_title": "XKCD+R"
    },
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/xkcd.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.13"
}