720p: Resize!
Resize the window to 720p!
Cos'è 720p: Resize!?
720p: Resize! è un'estensione di Chrome sviluppata da https://hypno.nimja.com, e la sua funzione principale è "Resize the window to 720p!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 720p: Resize!
Scarica i file di estensione 720p: Resize! 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
Ideal for using ChromeCast: This extension forces the inside of your tab to be 720p! - This means no black bars on the TV you're using. Of course this extension can be used for many other things. It requires no permissions, cannot read your tabs and the code is easy and clean to read. Of course, the resizing is not limited to just 720p, you can input any resolution you want! A few basic resolutions are included.
Informazioni di Base sull'Estensione
Nome | 720p: Resize! |
ID | bdlfnaiibeegbolelkggmmlkahmpinhb |
URL Ufficiale | https://chromewebstore.google.com/detail/720p-resize/bdlfnaiibeegbolelkggmmlkahmpinhb |
Descrizione | Resize the window to 720p! |
Dimensione del File | 8.61 KB |
Conteggio Installazioni | 132 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-12-28 |
Data di Pubblicazione | 2015-12-28 |
Valutazione | 4.00/5 Totale 4 Valutazioni |
Sviluppatore | https://hypno.nimja.com |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "720p: Resize!", "description": "Resize the window to 720p!", "version": "1.0", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "storage" ], "options_page": "options.html", "browser_action": { "name": "Resize the viewport.", "default_icon": { "19": "icons\/icon-19.png", "38": "icons\/icon-38.png" } }, "manifest_version": 2 } |