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 extension which hides Medium.com header, footer and removes automatic sign in modal to improves read experience"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Readable Medium.com एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}