Restyle books24x7

Restyle books24x7

Restyle books24x7란 무엇입니까?

Restyle books24x7은(는) http://zhangtai.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Restyle books24x7"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Make books24x7.com much readable.

Preload for the secions of current chapter
Fonts change
Progress bar/indicator
Full screen reading (by clicking the progress bar to hide sidebar)

Source code can be found:
https://github.com/zhangtai/books24x7-readable                    

확장 프로그램 기본 정보

이름 Restyle books24x7 Restyle books24x7
ID offifnmljgpgomdanfchlbgheghhlkil
공식 URL https://chromewebstore.google.com/detail/restyle-books24x7/offifnmljgpgomdanfchlbgheghhlkil
설명 Restyle books24x7
파일 크기 41.24 KB
설치 횟수 32
현재 버전 0.0.15
최근 업데이트 2015-01-09
출시 날짜 2015-01-09
평점 5.00/5 총 3 개의 평점
개발자 http://zhangtai.me
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "readable.css"
            ],
            "js": [
                "jquery.js",
                "restyle.js"
            ],
            "matches": [
                "http:\/\/skillport.books24x7.com\/assetviewer.aspx*"
            ]
        }
    ],
    "description": "Restyle books24x7",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyT2Gdpjgrlmx7ee5IwkqhmyQDfHV9Rdf22AIs17BM+WlY49YjRz0+6BWUZ8vA5DfZLp2dgeJaYFHMHcX\/35z2nrll3eXY9RDxr5qXXtemnNu8n6YJdVD22uLL5A396\/aIWmDz+m7Vs2uFTQmYhBpjbcjskjkwZxY1zFZwplHqRe2Z8Fa7jNWOjqPDBxIDQMiSV+Mfq1LLTvQNtOufGyoe05hm7B4jkNRngczijABG0YWEz0SoJ2s2L8C3YGll6EKb1aBFUJrAQNAh9NU0NqfuSvbrmvVNFok0QilE1cZ9Za7TomOv6jVly2tw83EkaLh4aXq26xZjx21uOEgjU4KEQIDAQAB",
    "manifest_version": 2,
    "name": "Restyle books24x7",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.15"
}