Screen Resolution Simulator Tool

Check how your website look on different screen resolutions

Cos'è Screen Resolution Simulator Tool?

Screen Resolution Simulator Tool è un'estensione di Chrome sviluppata da https://small-seo-tools.zuumsoft.com, e la sua funzione principale è "Check how your website look on different screen resolutions".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Screen Resolution Simulator Tool

Scarica i file di estensione Screen Resolution Simulator Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Screen Resolution Simulator Tool Screen Resolution Simulator Tool
ID cogoojhkdminnbnnbljfoelegcfgdgog
URL Ufficiale https://chrome.google.com/webstore/detail/screen-resolution-simulat/cogoojhkdminnbnnbljfoelegcfgdgog
Descrizione Check how your website look on different screen resolutions
Dimensione del File 49.71 KB
Conteggio Installazioni 1,000
Versione Corrente 1.0
Ultimo Aggiornamento 2020-07-21
Data di Pubblicazione 2020-07-21
Valutazione 1.00/5 Totale 2 Valutazioni
Sviluppatore https://small-seo-tools.zuumsoft.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://small-seo-tools.zuumsoft.com/tool/screen-resolution-simulator-tool/
URL della Pagina della Politica sulla Privacy https://small-seo-tools.zuumsoft.com/privacy-policy
Lingue Supportate 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"
    }
}