xkcd - Comics Viewer

View xkcd comics from any page.

xkcd - Comics Viewer란 무엇입니까?

xkcd - Comics Viewer은(는) andytu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View xkcd comics from any page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

xkcd - Comics Viewer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Read your favourite web comic xkcd directly on Chrome!

Features:
- Enjoy a beautiful, clean interface for reading xkcd comics
- Navigate and search for any xkcd comic
- Access explanations of comics from explainxkcd.com easily
- Access your recently browsed comics

Feel free to report bugs or submit suggestions in the "Support" tab above.

All comics and related artwork belong to Randall Munroe, of xkcd.com                    

확장 프로그램 기본 정보

이름 xkcd - Comics Viewer xkcd - Comics Viewer
ID nmanlcmfmdmfcijmocmihompgjcljacd
공식 URL https://chromewebstore.google.com/detail/xkcd-comics-viewer/nmanlcmfmdmfcijmocmihompgjcljacd
설명 View xkcd comics from any page.
파일 크기 36.99 KB
설치 횟수 117
현재 버전 2.0.2
최근 업데이트 2017-04-25
출시 날짜 2017-04-24
평점 4.69/5 총 13 개의 평점
개발자 andytu
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Andy Tu",
    "name": "xkcd - Comics Viewer",
    "short_name": "xkcd-view",
    "description": "View xkcd comics from any page.",
    "version": "2.0.2",
    "icons": {
        "128": "assets\/xkcd_128.png",
        "48": "assets\/xkcd_48.png"
    },
    "browser_action": {
        "default_icon": "assets\/xkcd_128.png",
        "default_popup": "bin\/xkcd.html",
        "default_name": "View xkcd"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "*:\/\/xkcd.com\/*",
        "storage"
    ]
}