Multi-Screen Visualizer
A multi-screen visualizer for website
What is Multi-Screen Visualizer?
Multi-Screen Visualizer is a Chrome extension developed by Allen Thomas Varghese, and its main feature is "A multi-screen visualizer for website".
Extension Screenshots
Download Multi-Screen Visualizer Extension CRX File
Download Multi-Screen Visualizer 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
This is a work-in-progress version to see how a website will look in different resolutions. Currently 5 different screen sizes are supported: * Mobile S (W:320px) * Mobile M (W: 375px) * Mobile L (W: 425 px) * Tablet (W: 768px) * Desktop (W: 1024px) In near future, style updates to the UI and other features will be added.
Extension Basic Information
Name | Multi-Screen Visualizer |
ID | iegcbninklpnmdhbmdfbcpjlahemibba |
Official URL | https://chromewebstore.google.com/detail/multi-screen-visualizer/iegcbninklpnmdhbmdfbcpjlahemibba |
Description | A multi-screen visualizer for website |
File Size | 83.13 KB |
Installation Count | 1,229 |
Current Version | 0.0.0.2 |
Last Updated | 2019-08-01 |
Publish Date | 2019-07-28 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Allen Thomas Varghese |
[email protected] | |
Payment Type | free |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Multi-Screen Visualizer", "version": "0.0.0.2", "description": "A multi-screen visualizer for website", "manifest_version": 2, "background": { "page": "templates\/multi-screen.html" }, "browser_action": { "default_title": "Multi-Screen Visualizer", "default_icon": "msv.png" }, "permissions": [ "tabs", "storage", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ] } |