Sixteen By Niner
Resize your browser's viewport to the most common aspect ratio for video (16x9) in just one click.
Cos'è Sixteen By Niner?
Sixteen By Niner è un'estensione di Chrome sviluppata da Ryan & Stef, e la sua funzione principale è "Resize your browser's viewport to the most common aspect ratio for video (16x9) in just one click.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sixteen By Niner
Scarica i file di estensione Sixteen By Niner 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
Save time in post by resizing your browser's viewport to the most common aspect ratio for video (16x9) in just one click. Use Sixteen By Niner with screen-recording software, then simply crop in your favorite video editor.
Informazioni di Base sull'Estensione
Nome | |
ID | oeiocijafjgklpiggnenkkgnclmnlbml |
URL Ufficiale | https://chrome.google.com/webstore/detail/sixteen-by-niner/oeiocijafjgklpiggnenkkgnclmnlbml |
Descrizione | Resize your browser's viewport to the most common aspect ratio for video (16x9) in just one click. |
Dimensione del File | 6.96 KB |
Conteggio Installazioni | 140 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2017-05-12 |
Data di Pubblicazione | 2017-05-12 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | Ryan & Stef |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sixteen By Niner", "short_name": "16x9'er", "author": "Ryan Williams & Stephanie Liu", "version": "1.1", "description": "Resize your browser's viewport to the most common aspect ratio for video (16x9) in just one click.", "icons": { "16": "16x16_icon.png", "24": "24x24_icon.png", "32": "32x32_icon.png", "48": "48x48_icon.png" }, "background": { "persistent": false, "scripts": [ "SixteenByNiner.js" ] }, "browser_action": { "default_icon": "128x128_icon.png", "default_title": "Click to make your viewport 16x9" }, "permissions": [ "tabs" ], "manifest_version": 2 } |