Responsive design tester
Test your websites responsivness
ما هو Responsive design tester؟
Responsive design tester هو إضافة Chrome تم تطويرها بواسطة Miqdad Ali K، والميزة الرئيسية لها هي "Test your websites responsivness".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Responsive design tester
قم بتنزيل ملفات الامتداد Responsive design tester بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
**THERE ARE 2 ISSUES REPORTED. "Chrome CRASH" ** Responsive design tester is used to test responsive web site design. this plugin inspired from https://chrome.google.com/webstore/detail/mobileresponsive-web-desi/elmekokodcohlommfikpmojheggnbelo
معلومات أساسية عن التمديد
الاسم | Responsive design tester |
ID | jamkpeiamhgbainmggocjenjkcibfflb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/responsive-design-tester/jamkpeiamhgbainmggocjenjkcibfflb |
الوصف | Test your websites responsivness |
حجم الملف | 68.95 KB |
عدد التثبيتات | 6,575 |
النسخة الحالية | 1.1 |
آخر تحديث | 2016-02-23 |
تاريخ النشر | 2016-02-23 |
تقييم | 3.50/5 مجموع تقييمات 8 |
المطور | Miqdad Ali K |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "jquery.min.js", "background.js" ] }, "browser_action": { "default_icon": "icon-64x64.png", "default_popup": "popup.html" }, "content_scripts": [ { "css": [ "content.css" ], "js": [ "jquery.min.js", "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "description": "Test your websites responsivness", "icons": { "128": "icon-128x128.png", "256": "icon-256x256.png", "64": "icon-64x64.png" }, "manifest_version": 2, "name": "Responsive design tester", "short_name": "Responsive design tester", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*\/*", "tabs" ], "version": "1.1" } |