Be Responsive
Be Responsive helps you to build smooth and responsive websites by rendering your website in both desktop and mobile view.
ما هو Be Responsive؟
Be Responsive هو إضافة Chrome تم تطويرها بواسطة https://bluetickconsultants.com، والميزة الرئيسية لها هي "Be Responsive helps you to build smooth and responsive websites by rendering your website in both desktop and mobile view.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Be Responsive
قم بتنزيل ملفات الامتداد Be Responsive بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension will render your website in both desktop and mobile view simultaneously. This allows users to view and test the responsiveness of web pages across devices without having to navigate to separate pages or resize the browser window. Make your development Effective By using Be Responsive
معلومات أساسية عن التمديد
الاسم | Be Responsive |
ID | pfcbcoagfnebpkdibhobjehbphbkdafh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/be-responsive/pfcbcoagfnebpkdibhobjehbphbkdafh |
الوصف | Be Responsive helps you to build smooth and responsive websites by rendering your website in both desktop and mobile view. |
حجم الملف | 1.53 MB |
عدد التثبيتات | 174 |
النسخة الحالية | 1.0 |
آخر تحديث | 2023-01-13 |
تاريخ النشر | 2023-01-12 |
تقييم | 3.67/5 مجموع تقييمات 3 |
المطور | https://bluetickconsultants.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Be Responsive", "description": "Be Responsive helps you to build smooth and responsive websites by rendering your website in both desktop and mobile view.", "version": "1.0", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_icon": "logo.png", "default_title": "Open the popup" }, "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "background": { "service_worker": "static\/js\/background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "static\/js\/content.js" ] } ] } |