Narrower
Add margins to wide pages.
什么是Narrower?
Narrower是由Andrey Leshenko开发的Chrome扩展程序,该扩展的主要功能是“Add margins to wide pages.”。
扩展截图
下载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 |
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" } } |