Window Resizer
Resize Google Chrome windows.
Cos'è Window Resizer?
Window Resizer è un'estensione di Chrome sviluppata da https://lawfulgood.github.io, e la sua funzione principale è "Resize Google Chrome windows.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Window Resizer
Scarica i file di estensione Window Resizer 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
Window Resizer is a utility to allow you to easily resize Google Chrome windows to specific sizes. Source: https://github.com/LawfulGood/WindowResizer Lawful Good is a suite of Google Chrome plugins that provide much needed developer & user functionality, without clogging your browser up with spyware, malware or other trash.
Informazioni di Base sull'Estensione
Nome | Window Resizer |
ID | fgcikanifihhgnacepigehgmplgkkgcl |
URL Ufficiale | https://chromewebstore.google.com/detail/window-resizer/fgcikanifihhgnacepigehgmplgkkgcl |
Descrizione | Resize Google Chrome windows. |
Dimensione del File | 125 KB |
Conteggio Installazioni | 10,000 |
Versione Corrente | 0.3 |
Ultimo Aggiornamento | 2014-10-09 |
Data di Pubblicazione | 2014-10-09 |
Valutazione | 3.63/5 Totale 30 Valutazioni |
Sviluppatore | https://lawfulgood.github.io |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "name": "Window Resizer", "version": "0.3", "manifest_version": 2, "description": "Resize Google Chrome windows.", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "assets\/icons\/resize16.png", "48": "assets\/icons\/resize48.png", "128": "assets\/icons\/resize128.png", "256": "assets\/icons\/resize256.png" }, "browser_action": { "default_icon": "assets\/icons\/resize256.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |