Master Resizer
Master Resizer is an extension which allows you to change the screen size.
ما هو Master Resizer؟
Master Resizer هو إضافة Chrome تم تطويرها بواسطة vernuigorr، والميزة الرئيسية لها هي "Master Resizer is an extension which allows you to change the screen size.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Master Resizer
قم بتنزيل ملفات الامتداد Master Resizer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Master Resizer is an extension which allows you to change the screen size. A simple, useful and beautiful browser window resize app for designers and developers. Resize your browser to various standard resolution sizes. The Screen and Window Resize is useful for testing different screen sizes. It resizes your browser so you can test to see what a web page looks like in all of the standard resolution sizes.
معلومات أساسية عن التمديد
الاسم | |
ID | abgcndceoklfjamfbampifddhlbdlkaj |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/master-resizer/abgcndceoklfjamfbampifddhlbdlkaj |
الوصف | Master Resizer is an extension which allows you to change the screen size. |
حجم الملف | 507 KB |
عدد التثبيتات | 78 |
النسخة الحالية | 1.0 |
آخر تحديث | 2018-03-26 |
تاريخ النشر | 2018-03-26 |
تقييم | 1.00/5 مجموع تقييمات 4 |
المطور | vernuigorr |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "browser_action": { "default_icon": "images\/default.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Master Resizer is an extension which allows you to change the screen size.", "icons": { "128": "images\/icon-128.png", "16": "images\/default.png", "48": "images\/icon-48.png" }, "manifest_version": 2, "name": "Master Resizer", "options_page": "options.html", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |