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
Eメール [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
}