Reading Glasses

Shows a more focused view of a webpage.

Reading Glassesคืออะไร?

Reading Glasses เป็นส่วนขยายของ Chrome ที่พัฒนาโดย colin และคุณลักษณะหลักของมันคือ "Shows a more focused view of a webpage."

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

screenshot

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

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

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

                        Simple browser extension to generate a, hopefully, more readable and focused template.  This is a general solution so unfortunately it does not solve the problem perfectly for all web content.  Could also be useful for consolidating web text to be copy and pasted into a text file.  Should also be helpful reducing clutter on certain websites if you don't run any adblock software.                    

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

ชื่อ Reading Glasses Reading Glasses
ID jjncchdhgngceellihkchfojlmekodch
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/reading-glasses/jjncchdhgngceellihkchfojlmekodch
คำอธิบาย Shows a more focused view of a webpage.
ขนาดไฟล์ 7.1 KB
จำนวนการติดตั้ง 38
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2019-03-05
วันที่เผยแพร่ 2019-03-05
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา colin
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reading Glasses",
    "description": "Shows a more focused view of a webpage.",
    "version": "1.2",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Reading Glasses",
        "default_icon": {
            "16": "images\/reading16.png",
            "48": "images\/reading48.png",
            "128": "images\/reading128.png"
        }
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "images\/reading16.png",
        "48": "images\/reading48.png",
        "128": "images\/reading128.png"
    },
    "web_accessible_resources": [
        "dialog.css"
    ]
}