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 |
Eメール | [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" } } |