720p: Resize!
Resize the window to 720p!
ما هو 720p: Resize!؟
720p: Resize! هو إضافة Chrome تم تطويرها بواسطة https://hypno.nimja.com، والميزة الرئيسية لها هي "Resize the window to 720p!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة 720p: Resize!
قم بتنزيل ملفات الامتداد 720p: Resize! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Ideal for using ChromeCast: This extension forces the inside of your tab to be 720p! - This means no black bars on the TV you're using. Of course this extension can be used for many other things. It requires no permissions, cannot read your tabs and the code is easy and clean to read. Of course, the resizing is not limited to just 720p, you can input any resolution you want! A few basic resolutions are included.
معلومات أساسية عن التمديد
الاسم | 720p: Resize! |
ID | bdlfnaiibeegbolelkggmmlkahmpinhb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/720p-resize/bdlfnaiibeegbolelkggmmlkahmpinhb |
الوصف | Resize the window to 720p! |
حجم الملف | 8.61 KB |
عدد التثبيتات | 132 |
النسخة الحالية | 1.0 |
آخر تحديث | 2015-12-28 |
تاريخ النشر | 2015-12-28 |
تقييم | 4.00/5 مجموع تقييمات 4 |
المطور | https://hypno.nimja.com |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "720p: Resize!", "description": "Resize the window to 720p!", "version": "1.0", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "storage" ], "options_page": "options.html", "browser_action": { "name": "Resize the viewport.", "default_icon": { "19": "icons\/icon-19.png", "38": "icons\/icon-38.png" } }, "manifest_version": 2 } |