Resolution Zoom
Set the zoom level based on your screen resolution.
ما هو Resolution Zoom؟
Resolution Zoom هو إضافة Chrome تم تطويرها بواسطة https://arnout.engelen.eu، والميزة الرئيسية لها هي "Set the zoom level based on your screen resolution.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Resolution Zoom
قم بتنزيل ملفات الامتداد Resolution Zoom بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Will zoom pages to 200% on HiDPI screens (wider than 2800 pixels), to 100% others. Will leave alone pages not at 100% or 200%.
معلومات أساسية عن التمديد
الاسم | Resolution Zoom |
ID | enjjhajnmggdgofagbokhmifgnaophmh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/resolution-zoom/enjjhajnmggdgofagbokhmifgnaophmh |
الوصف | Set the zoom level based on your screen resolution. |
حجم الملف | 7.37 KB |
عدد التثبيتات | 605 |
النسخة الحالية | 0.3 |
آخر تحديث | 2016-08-03 |
تاريخ النشر | 2016-08-03 |
تقييم | 2.77/5 مجموع تقييمات 13 |
المطور | https://arnout.engelen.eu |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://github.com/raboof/reszoom |
عنوان صفحة المساعدة | http://github.com/raboof/reszoom/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Resolution Zoom", "short_name": "reszoom", "description": "Set the zoom level based on your screen resolution.", "version": "0.3", "background": { "scripts": [ "background.js" ] }, "permissions": [ "system.display" ], "icons": { "16": "icon\/icon16.png", "32": "icon\/icon32.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" } } |