Restyle books24x7
Restyle books24x7
什麼是Restyle books24x7?
Restyle books24x7是由http://zhangtai.me開發的Chrome擴展程式,該擴展的主要功能是“Restyle books24x7”。
擴展截圖
下載Restyle books24x7擴展crx文件
下載Restyle books24x7擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        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                     擴展基本資訊
| 名稱 |   |  
| ID | offifnmljgpgomdanfchlbgheghhlkil | 
| 官方網址 | 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"
}  |  |