Unsticky Medium

Unsticky the header and footer on sites that use the Medium.com platform

Unsticky Medium क्या है?

Unsticky Medium jlei523 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unsticky the header and footer on sites that use the Medium.com platform"।

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

screenshot

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

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

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

                        This plugin unstickies the header and footer on Medium.com and Medium platform sites - leaving you with much more room to read the content.

To use: Click on the extension icon each time you're on a Medium.com or Medium platform article.                    

एक्सटेंशन की मूल जानकारी

नाम Unsticky Medium Unsticky Medium
ID laadcleekgoihflinfdkfhefnfclphkm
आधिकारिक URL https://chrome.google.com/webstore/detail/unsticky-medium/laadcleekgoihflinfdkfhefnfclphkm
विवरण Unsticky the header and footer on sites that use the Medium.com platform
फ़ाइल का आकार 4.8 KB
स्थापना संख्या 36
वर्तमान संस्करण 1.1
अंतिम अपडेट 2017-10-22
प्रकाशन तिथि 2017-10-22
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर jlei523
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/jlei523/unsticky-medium
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unsticky Medium",
    "description": "Unsticky the header and footer on sites that use the Medium.com platform",
    "version": "1.1",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Unsticky the header and footer on sites that use the Medium.com platform",
        "default_icon": "icon.png"
    },
    "manifest_version": 2
}