Screen Resolution Simulator Tool
Check how your website look on different screen resolutions
Vad är Screen Resolution Simulator Tool?
Screen Resolution Simulator Tool är en Chrome-tillägg utvecklad av https://small-seo-tools.zuumsoft.com, och dess huvudfunktion är "Check how your website look on different screen resolutions".
Tilläggsskärmbilder
Ladda ner Screen Resolution Simulator Tool-förlängningens CRX-fil
Ladda ner Screen Resolution Simulator Tool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | cogoojhkdminnbnnbljfoelegcfgdgog |
Officiell webbadress | https://chrome.google.com/webstore/detail/screen-resolution-simulat/cogoojhkdminnbnnbljfoelegcfgdgog |
Beskrivning | Check how your website look on different screen resolutions |
Filstorlek | 49.71 KB |
Antal Installationer | 1,000 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2020-07-21 |
Publiceringsdatum | 2020-07-21 |
Betyg | 1.00/5 Totalt 2 Betyg |
Utvecklare | https://small-seo-tools.zuumsoft.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://small-seo-tools.zuumsoft.com/tool/screen-resolution-simulator-tool/ |
URL till Sekretesspolicy Sidan | https://small-seo-tools.zuumsoft.com/privacy-policy |
Stödda Språk | 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" } } |