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是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Chrome extension which hides Medium.com header, footer and removes automatic sign in modal to improves read experience”。

擴展截圖

screenshot
screenshot

下載Readable Medium.com擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}