Screen Resolution Simulator Tool
Check how your website look on different screen resolutions
What is Screen Resolution Simulator Tool?
Screen Resolution Simulator Tool is a Chrome extension developed by https://small-seo-tools.zuumsoft.com, and its main feature is "Check how your website look on different screen resolutions".
Extension Screenshots
Download Screen Resolution Simulator Tool Extension CRX File
Download Screen Resolution Simulator Tool 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 tool will let yo test your website how it looks and works on different screen sizes. While it's free to use, but it provides all the sizes. How it works? Put your website address, select appropriate screen size that you need to check and hit simulate button.
Extension Basic Information
Name | |
ID | cogoojhkdminnbnnbljfoelegcfgdgog |
Official URL | https://chrome.google.com/webstore/detail/screen-resolution-simulat/cogoojhkdminnbnnbljfoelegcfgdgog |
Description | Check how your website look on different screen resolutions |
File Size | 49.71 KB |
Installation Count | 1,000 |
Current Version | 1.0 |
Last Updated | 2020-07-21 |
Publish Date | 2020-07-21 |
Rating | 1.00/5 Total 2 Ratings |
Developer | https://small-seo-tools.zuumsoft.com |
[email protected] | |
Payment Type | free |
Extension Website | https://small-seo-tools.zuumsoft.com/tool/screen-resolution-simulator-tool/ |
Privacy Policy Page URL | https://small-seo-tools.zuumsoft.com/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Screen Resolution Simulator Tool", "default_locale": "en", "description": "Check how your website look on different screen resolutions", "background": { "scripts": [ "background.js" ] }, "version": "1.0", "icons": { "128": "images\/icon-128.png" }, "browser_action": { "default_icon": "images\/icon-128.png" } } |