Screen Resolution Simulator Tool

Check how your website look on different screen resolutions

Apa itu Screen Resolution Simulator Tool?

Screen Resolution Simulator Tool adalah ekstensi Chrome yang dikembangkan oleh https://small-seo-tools.zuumsoft.com, dan fitur utamanya adalah "Check how your website look on different screen resolutions".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Screen Resolution Simulator Tool

Unduh file ekstensi Screen Resolution Simulator Tool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Screen Resolution Simulator Tool Screen Resolution Simulator Tool
ID cogoojhkdminnbnnbljfoelegcfgdgog
URL Resmi https://chrome.google.com/webstore/detail/screen-resolution-simulat/cogoojhkdminnbnnbljfoelegcfgdgog
Deskripsi Check how your website look on different screen resolutions
Ukuran File 49.71 KB
Jumlah Instalasi 1,000
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-07-21
Tanggal Publikasi 2020-07-21
Penilaian 1.00/5 Total 2 Penilaian
Pengembang https://small-seo-tools.zuumsoft.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://small-seo-tools.zuumsoft.com/tool/screen-resolution-simulator-tool/
URL Halaman Kebijakan Privasi https://small-seo-tools.zuumsoft.com/privacy-policy
Bahasa yang Didukung 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"
    }
}