Responswitch
Test responsive design of any web page with one click. Extension works when you click to extension icon only.
ما هو Responswitch؟
Responswitch هو إضافة Chrome تم تطويرها بواسطة Mesut Tasci، والميزة الرئيسية لها هي "Test responsive design of any web page with one click. Extension works when you click to extension icon only.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Responswitch
قم بتنزيل ملفات الامتداد Responswitch بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Make easily responsive design test any website with just one click.
معلومات أساسية عن التمديد
الاسم | Responswitch |
ID | jnajocfhlflimigaiiidopobidekkanf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/responswitch/jnajocfhlflimigaiiidopobidekkanf |
الوصف | Test responsive design of any web page with one click. Extension works when you click to extension icon only. |
حجم الملف | 55.49 KB |
عدد التثبيتات | 382 |
النسخة الحالية | 0.8 |
آخر تحديث | 2014-05-21 |
تاريخ النشر | 2014-05-21 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Mesut Tasci |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/mesuutt/ish. |
عنوان صفحة المساعدة | https://github.com/mesuutt/ish./issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Responswitch", "description": "Test responsive design of any web page with one click. Extension works when you click to extension icon only.", "manifest_version": 2, "version": "0.8", "content_scripts": [ { "js": [ "jquery-1.10.2.min.js", "js\/data-saver.js", "js\/url-handler.js", "js\/init.js", "contentscript.js" ], "css": [ "styles.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/icon16.png" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "homepage_url": "https:\/\/github.com\/mesuutt\/responswitch", "author": "Mesut Tasci" } |