Narrower

Add margins to wide pages.

Narrowerคืออะไร?

Narrower เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andrey Leshenko และคุณลักษณะหลักของมันคือ "Add margins to wide pages."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Narrower

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}