Restyle books24x7

Restyle books24x7

Restyle books24x7คืออะไร?

Restyle books24x7 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://zhangtai.me และคุณลักษณะหลักของมันคือ "Restyle books24x7"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Restyle books24x7

ดาวน์โหลดไฟล์ส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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"
}