Narrower
Add margins to wide pages.
Was ist Narrower?
Narrower ist eine Chrome-Erweiterung, die von Andrey Leshenko entwickelt wurde, und ihr Hauptmerkmal ist "Add margins to wide pages.".
Erweiterungsscreenshots
Narrower-Erweiterungs-CRX-Datei herunterladen
Laden Sie Narrower-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Narrower |
ID | jfjaedekncgddegockpigkkpgkhaoljg |
Offizielle URL | https://chromewebstore.google.com/detail/narrower/jfjaedekncgddegockpigkkpgkhaoljg |
Beschreibung | Add margins to wide pages. |
Dateigröße | 19.07 KB |
Installationsanzahl | 965 |
Aktuelle Version | 1.0 |
Letztes Update | 2016-07-17 |
Veröffentlichungsdatum | 2016-07-17 |
Bewertung | 4.70/5 Insgesamt 33 Bewertungen |
Entwickler | Andrey Leshenko |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |