xkcdAlt

Read alt text under xkcd comic strips easier. Extension by TPReal

xkcdAlt란 무엇입니까?

xkcdAlt은(는) TPReal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Read alt text under xkcd comic strips easier. Extension by TPReal"입니다.

확장 프로그램 스크린샷

screenshot

xkcdAlt 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Shows the title text under xkcd comic strips.

The text is visible under the comic strip only when you're holding your mouse over the strip, or when you select the text. This prevents you from accidentally reading the text too early, as in some cases this could be sort of a spoiler for the strip.                    

확장 프로그램 기본 정보

이름 xkcdAlt xkcdAlt
ID enpodcpdpfdedhkgjdhlbjaknfkcelpp
공식 URL https://chromewebstore.google.com/detail/xkcdalt/enpodcpdpfdedhkgjdhlbjaknfkcelpp
설명 Read alt text under xkcd comic strips easier. Extension by TPReal
파일 크기 13.73 KB
설치 횟수 104
현재 버전 0.8
최근 업데이트 2013-06-15
출시 날짜 2013-06-15
평점 4.09/5 총 11 개의 평점
개발자 TPReal
결제 유형 free
확장 프로그램 웹 사이트 http://code.google.com/p/tpchromeextensions/wiki/ExtensionXKCDAlt
도움말 페이지 URL http://tpchromeextensions.blogspot.com/
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "xkcdAlt",
    "description": "Read alt text under xkcd comic strips easier. Extension by TPReal",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/xkcd.com\/*",
                "*:\/\/www.xkcd.com\/*"
            ],
            "js": [
                "xkcdAlt.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/xkcd16.png",
        "32": "img\/xkcd32.png",
        "48": "img\/xkcd48.png",
        "128": "img\/xkcd128.png"
    },
    "version": "0.8",
    "manifest_version": 2
}