Narrower
Add margins to wide pages.
Cos'è Narrower?
Narrower è un'estensione di Chrome sviluppata da Andrey Leshenko, e la sua funzione principale è "Add margins to wide pages.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Narrower
Scarica i file di estensione Narrower in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Narrower |
ID | jfjaedekncgddegockpigkkpgkhaoljg |
URL Ufficiale | https://chromewebstore.google.com/detail/narrower/jfjaedekncgddegockpigkkpgkhaoljg |
Descrizione | Add margins to wide pages. |
Dimensione del File | 19.07 KB |
Conteggio Installazioni | 965 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-07-17 |
Data di Pubblicazione | 2016-07-17 |
Valutazione | 4.70/5 Totale 33 Valutazioni |
Sviluppatore | Andrey Leshenko |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |