Sixteen By Niner
Resize your browser's viewport to the most common aspect ratio for video (16x9) in just one click.
Vad är Sixteen By Niner?
Sixteen By Niner är en Chrome-tillägg utvecklad av Ryan & Stef, och dess huvudfunktion är "Resize your browser's viewport to the most common aspect ratio for video (16x9) in just one click.".
Tilläggsskärmbilder
Ladda ner Sixteen By Niner-förlängningens CRX-fil
Ladda ner Sixteen By Niner-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | oeiocijafjgklpiggnenkkgnclmnlbml |
Officiell webbadress | https://chrome.google.com/webstore/detail/sixteen-by-niner/oeiocijafjgklpiggnenkkgnclmnlbml |
Beskrivning | Resize your browser's viewport to the most common aspect ratio for video (16x9) in just one click. |
Filstorlek | 6.96 KB |
Antal Installationer | 140 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2017-05-12 |
Publiceringsdatum | 2017-05-12 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | Ryan & Stef |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |