Narrower

Add margins to wide pages.

Narrower क्या है?

Narrower Andrey Leshenko द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add margins to wide pages."।

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

screenshot

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

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

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

                        Narrower is a simple extension for dealing with annoyingly wide websites.

Usage:

To add margins to a wide page, click on the extension icon and drag the slider.
To return the page to it's previous state, either drag the margin slider to 0%, or refresh the page.

How it works:

When you drag the margin slider, Narrower changes the padding value of `document.documentElement`. It then leaves the selected margin in a cookie, so it can be recalled the next time you activate the extension on the site.

Known issues:

Changing the padding of the document element doesn't work on 100% of the pages. If a page doesn't become narrower as a result of using the extension, you can always resort to manually changing the browser window size.                    

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

नाम Narrower Narrower
ID jfjaedekncgddegockpigkkpgkhaoljg
आधिकारिक URL https://chromewebstore.google.com/detail/narrower/jfjaedekncgddegockpigkkpgkhaoljg
विवरण Add margins to wide pages.
फ़ाइल का आकार 19.07 KB
स्थापना संख्या 965
वर्तमान संस्करण 1.0
अंतिम अपडेट 2016-07-17
प्रकाशन तिथि 2016-07-17
रेटिंग 4.70/5 कुल 33 रेटिंग्स
डेवलपर Andrey Leshenko
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Narrower",
    "description": "Add margins to wide pages.",
    "version": "1.0",
    "author": "Andrey Leshenko",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/popup_icon19.png",
            "38": "images\/popup_icon38.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "page": "empty.html"
    }
}