Sleek Read

A better, smarter and more readable web.

Sleek Readคืออะไร?

Sleek Read เป็นส่วนขยายของ Chrome ที่พัฒนาโดย www.sabareesh.me และคุณลักษณะหลักของมันคือ "A better, smarter and more readable web."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Sleek reader enables a compact and clean look to the articles on the web to improve the reading experience.                    

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

ชื่อ Sleek Read Sleek Read
ID efmgolalflokdnahjpabdjgkpgcmpbch
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sleek-read/efmgolalflokdnahjpabdjgkpgcmpbch
คำอธิบาย A better, smarter and more readable web.
ขนาดไฟล์ 1.05 MB
จำนวนการติดตั้ง 293
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2017-04-03
วันที่เผยแพร่ 2017-04-03
คะแนน 3.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา www.sabareesh.me
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sleek Read",
    "description": "A better, smarter and more readable web.",
    "version": "1.3",
    "page_action": {
        "default_icon": "icon-128.png",
        "default_title": "Toggle sleek mode."
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "css": [
                "sleek.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/sleek.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ]
}