Narrower

Add margins to wide pages.

什麼是Narrower?

Narrower是由Andrey Leshenko開發的Chrome擴展程式,該擴展的主要功能是“Add margins to wide pages.”。

擴展截圖

screenshot

下載Narrower擴展crx文件

下載Narrower擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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