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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } |