Screen Resolution Simulator Tool
Check how your website look on different screen resolutions
Co je Screen Resolution Simulator Tool?
Screen Resolution Simulator Tool je rozšíření Chrome vyvinuté https://small-seo-tools.zuumsoft.com, a jeho hlavní funkcí je „Check how your website look on different screen resolutions“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Screen Resolution Simulator Tool
Stáhněte si soubory rozšíření Screen Resolution Simulator Tool ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | cogoojhkdminnbnnbljfoelegcfgdgog |
Oficiální URL | https://chrome.google.com/webstore/detail/screen-resolution-simulat/cogoojhkdminnbnnbljfoelegcfgdgog |
Popis | Check how your website look on different screen resolutions |
Velikost souboru | 49.71 KB |
Počet instalací | 1,000 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2020-07-21 |
Datum Vydání | 2020-07-21 |
Hodnocení | 1.00/5 Celkem 2 Hodnocení |
Vývojář | https://small-seo-tools.zuumsoft.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://small-seo-tools.zuumsoft.com/tool/screen-resolution-simulator-tool/ |
URL Stránky Zásad Ochrany Soukromí | https://small-seo-tools.zuumsoft.com/privacy-policy |
Podporované Jazyky | 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" } } |