Read A Comic

Replace new tab screen with a nerdy comic (only xkcd as of now).

Read A Comic란 무엇입니까?

Read A Comic은(는) arnavsharma93에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace new tab screen with a nerdy comic (only xkcd as of now). "입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Read A Comic 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The extension will open up a new comic on every new tab. If you would like to maintain the of level your productivity, please change the refresh interval from the settings. The settings wrench bar is at the bottom right of the new tab screen. By default, it is set to 0. 

We plan on adding more features, more comics in the future. 

Please do leave us a feedback and a rating. 

Contact us for hugs and bugs.

If you like it and use it, please buy us a beer the next time you meet us.

Tejas Shah (facebook.com/sh.tejas.shah)
Arnav Sharma (facebook.com/arnavsharma93)                    

확장 프로그램 기본 정보

이름 Read A Comic Read A Comic
ID mmacpohnmpmmociiiablalhaggmoldko
공식 URL https://chrome.google.com/webstore/detail/read-a-comic/mmacpohnmpmmociiiablalhaggmoldko
설명 Replace new tab screen with a nerdy comic (only xkcd as of now).
파일 크기 846 KB
설치 횟수 41
현재 버전 0.0.2
최근 업데이트 2015-05-30
출시 날짜 2015-05-30
평점 5.00/5 총 14 개의 평점
개발자 arnavsharma93
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "description": "Replace new tab screen with a nerdy comic (only xkcd as of now). ",
    "icons": {
        "128": "images\/icon128.png",
        "112": "images\/icon112.png",
        "96": "images\/icon96.png"
    },
    "manifest_version": 2,
    "name": "Read A Comic",
    "options_page": "index.html#myModal",
    "permissions": [
        "storage",
        "http:\/\/*.xkcd.com\/"
    ],
    "version": "0.0.2"
}