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.”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 Sixteen By Niner Sixteen By Niner
ID oeiocijafjgklpiggnenkkgnclmnlbml
官方URL 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
}