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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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. |
URL หน้าช่วยเหลือ | 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" } |