Sixteen By Niner
Resize your browser's viewport to the most common aspect ratio for video (16x9) in just one click.
什麼是Sixteen By Niner?
Sixteen By Niner是由Ryan & Stef開發的Chrome擴展程式,該擴展的主要功能是“Resize your browser's viewport to the most common aspect ratio for video (16x9) in just one click.”。
擴展截圖
下載Sixteen By Niner擴展crx文件
下載Sixteen By Niner擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | oeiocijafjgklpiggnenkkgnclmnlbml |
官方網址 | https://chrome.google.com/webstore/detail/sixteen-by-niner/oeiocijafjgklpiggnenkkgnclmnlbml |
簡介 | Resize your browser's viewport to the most common aspect ratio for video (16x9) in just one click. |
檔案大小 | 6.96 KB |
安裝次數 | 140 |
目前版本 | 1.1 |
更新時間 | 2017-05-12 |
上架時間 | 2017-05-12 |
評分 | 5.00/5 共 4 次評分 |
開發者 | Ryan & Stef |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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 } |