Screen Resolution Simulator Tool
Check how your website look on different screen resolutions
ما هو Screen Resolution Simulator Tool؟
Screen Resolution Simulator Tool هو إضافة Chrome تم تطويرها بواسطة https://small-seo-tools.zuumsoft.com، والميزة الرئيسية لها هي "Check how your website look on different screen resolutions".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Screen Resolution Simulator Tool
قم بتنزيل ملفات الامتداد Screen Resolution Simulator Tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This tool will let yo test your website how it looks and works on different screen sizes. While it's free to use, but it provides all the sizes. How it works? Put your website address, select appropriate screen size that you need to check and hit simulate button.
معلومات أساسية عن التمديد
الاسم | |
ID | cogoojhkdminnbnnbljfoelegcfgdgog |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/screen-resolution-simulat/cogoojhkdminnbnnbljfoelegcfgdgog |
الوصف | Check how your website look on different screen resolutions |
حجم الملف | 49.71 KB |
عدد التثبيتات | 1,000 |
النسخة الحالية | 1.0 |
آخر تحديث | 2020-07-21 |
تاريخ النشر | 2020-07-21 |
تقييم | 1.00/5 مجموع تقييمات 2 |
المطور | https://small-seo-tools.zuumsoft.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://small-seo-tools.zuumsoft.com/tool/screen-resolution-simulator-tool/ |
عنوان صفحة سياسة الخصوصية | https://small-seo-tools.zuumsoft.com/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Screen Resolution Simulator Tool", "default_locale": "en", "description": "Check how your website look on different screen resolutions", "background": { "scripts": [ "background.js" ] }, "version": "1.0", "icons": { "128": "images\/icon-128.png" }, "browser_action": { "default_icon": "images\/icon-128.png" } } |