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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}