Responsive design tester
Test your websites responsivness
What is Responsive design tester?
Responsive design tester is a Chrome extension developed by Miqdad Ali K, and its main feature is "Test your websites responsivness".
Extension Screenshots
Download Responsive design tester Extension CRX File
Download Responsive design tester extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
**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
Extension Basic Information
Name | Responsive design tester |
ID | jamkpeiamhgbainmggocjenjkcibfflb |
Official URL | https://chromewebstore.google.com/detail/responsive-design-tester/jamkpeiamhgbainmggocjenjkcibfflb |
Description | Test your websites responsivness |
File Size | 68.95 KB |
Installation Count | 6,575 |
Current Version | 1.1 |
Last Updated | 2016-02-23 |
Publish Date | 2016-02-23 |
Rating | 3.50/5 Total 8 Ratings |
Developer | Miqdad Ali K |
Payment Type | free |
Supported Languages | 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" } |