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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ryan & Stef และคุณลักษณะหลักของมันคือ "Resize your browser's viewport to the most common aspect ratio for video (16x9) in just one click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sixteen By Niner
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 } |