Sixteen By Niner
Resize your browser's viewport to the most common aspect ratio for video (16x9) in just one click.
What is Sixteen By Niner?
Sixteen By Niner is a Chrome extension developed by Ryan & Stef, and its main feature is "Resize your browser's viewport to the most common aspect ratio for video (16x9) in just one click.".
Extension Screenshots
Download Sixteen By Niner Extension CRX File
Download Sixteen By Niner extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | oeiocijafjgklpiggnenkkgnclmnlbml |
Official URL | https://chrome.google.com/webstore/detail/sixteen-by-niner/oeiocijafjgklpiggnenkkgnclmnlbml |
Description | Resize your browser's viewport to the most common aspect ratio for video (16x9) in just one click. |
File Size | 6.96 KB |
Installation Count | 140 |
Current Version | 1.1 |
Last Updated | 2017-05-12 |
Publish Date | 2017-05-12 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Ryan & Stef |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |