Readable Medium.com

Chrome extension which hides Medium.com header, footer and removes automatic sign in modal to improves read experience

Readable Medium.comคืออะไร?

Readable Medium.com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Chrome extension which hides Medium.com header, footer and removes automatic sign in modal to improves read experience"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Readable Medium.com

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

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

                        This extension makes Medium.com more readable by hiding the header/footer when reading the articles.

Both the header and footer can be displayed by scrolling up, it uses a pattern visible on many modern reading sites but for some reason medium doesn't reduce nor hide their header/footer forcing you to have an inferior reading experience.                    

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

ชื่อ Readable Medium.com Readable Medium.com
ID jiopenehkeajnaibdidoaaecammkdooo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/readable-mediumcom/jiopenehkeajnaibdidoaaecammkdooo
คำอธิบาย Chrome extension which hides Medium.com header, footer and removes automatic sign in modal to improves read experience
ขนาดไฟล์ 28.55 KB
จำนวนการติดตั้ง 344
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2018-07-01
วันที่เผยแพร่ 2018-07-01
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Unknown
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Readable Medium.com",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Chrome extension which hides Medium.com header, footer and removes automatic sign in modal to improves read experience",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/medium.com\/*",
                "*:\/\/medium.freecodecamp.org\/*",
                "*:\/\/hackernoon.com\/*"
            ],
            "js": [
                "src\/improveReadability.js"
            ],
            "css": [
                "src\/improveReadability.css"
            ]
        }
    ]
}