Responsive Viewer
Show multiple screens once, Responsive design tester
What is Responsive Viewer?
Responsive Viewer is a Chrome extension developed by https://responsiveviewer.org, and its main feature is "Show multiple screens once, Responsive design tester".
Extension Screenshots
Download Responsive Viewer Extension CRX File
Download Responsive Viewer 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
A Chrome extension to show multiple screens in one view. the extension will help front-end developers to test multiple screens while developing responsive websites/applications. icon by Dima Hamayunau (https://dribbble.com/abybe). Clarification on privacy: The extension does not track or collect any of your data, it's even not connected to any server to store data. Source code: https://github.com/skmail/responsive-viewer
Extension Basic Information
Name | Responsive Viewer |
ID | inmopeiepgfljkpkidclfgbgbmfcennb |
Official URL | https://chromewebstore.google.com/detail/responsive-viewer/inmopeiepgfljkpkidclfgbgbmfcennb |
Description | Show multiple screens once, Responsive design tester |
File Size | 368 KB |
Installation Count | 273,255 |
Current Version | 1.0.21 |
Last Updated | 2023-07-18 |
Publish Date | 2019-12-21 |
Rating | 4.55/5 Total 237 Ratings |
Developer | https://responsiveviewer.org |
[email protected] | |
Payment Type | free |
Extension Website | https://responsiveviewer.org/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Responsive Viewer", "author": "Solaiman Kmail", "version": "1.0.21", "description": "Show multiple screens once, Responsive design tester", "icons": { "128": "logo.png" }, "browser_action": { "default_icon": "logo.png" }, "background": { "scripts": [ "static\/js\/background.js" ], "persistent": true }, "permissions": [ "storage", "tabs", "activeTab", "webRequest", "webNavigation", "webRequestBlocking" ] } |