Screen Resolution Simulator Tool

Check how your website look on different screen resolutions

Co to jest Screen Resolution Simulator Tool?

Screen Resolution Simulator Tool to rozszerzenie Chrome opracowane przez https://small-seo-tools.zuumsoft.com, a jego główną funkcją jest „Check how your website look on different screen resolutions”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Screen Resolution Simulator Tool

Pobierz pliki rozszerzeń Screen Resolution Simulator Tool w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Screen Resolution Simulator Tool Screen Resolution Simulator Tool
ID cogoojhkdminnbnnbljfoelegcfgdgog
Oficjalny URL https://chrome.google.com/webstore/detail/screen-resolution-simulat/cogoojhkdminnbnnbljfoelegcfgdgog
Opis Check how your website look on different screen resolutions
Rozmiar pliku 49.71 KB
Liczba instalacji 1,000
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2020-07-21
Data Publikacji 2020-07-21
Ocena 1.00/5 Łącznie 2 Oceny
Deweloper https://small-seo-tools.zuumsoft.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://small-seo-tools.zuumsoft.com/tool/screen-resolution-simulator-tool/
Adres URL Strony Polityki Prywatności https://small-seo-tools.zuumsoft.com/privacy-policy
Obsługiwane Języki 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"
    }
}