Readable Project Gutenberg

Makes the regular .html books on Project Gutenberg easier to read.

Readable Project Gutenbergคืออะไร?

Readable Project Gutenberg เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Process Yellow และคุณลักษณะหลักของมันคือ "Makes the regular .html books on Project Gutenberg easier to read."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Readable Project Gutenberg

ดาวน์โหลดไฟล์ส่วนขยาย Readable Project Gutenberg ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

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

ชื่อ Readable Project Gutenberg Readable Project Gutenberg
ID ikeknfmhjbljoochjhkgcffkpmigpjel
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/readable-project-gutenber/ikeknfmhjbljoochjhkgcffkpmigpjel
คำอธิบาย Makes the regular .html books on Project Gutenberg easier to read.
ขนาดไฟล์ 41.24 KB
จำนวนการติดตั้ง 646
เวอร์ชันปัจจุบัน 0.5
อัปเดตครั้งล่าสุด 2015-01-18
วันที่เผยแพร่ 2015-01-18
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Process Yellow
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://processyellow.ca/readable-gutenberg
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Readable Project Gutenberg",
    "description": "Makes the regular .html books on Project Gutenberg easier to read.",
    "version": "0.5",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.gutenberg.org\/files\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.min.js",
                "scripts.js"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    }
}