Sizzy

The responsive design browser

Apa itu Sizzy?

Sizzy adalah ekstensi Chrome yang dikembangkan oleh Kitze, dan fitur utamanya adalah "The responsive design browser".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Sizzy

Unduh file ekstensi Sizzy 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

                        The Sizzy Chrome Extension is only an addition to the Sizzy app. Sizzy is a browser made specifically for responsive development. It allows you to preview a website on multiple devices at once.  It adds a button to your toolbar. When the button is clicked, it it's going to open the current url in Sizzy.

You can find the full app at https://sizzy.co                    

Informasi Dasar Ekstensi

Nama Sizzy Sizzy
ID nfhlbmjiiogoelaflfclodlkncbdiefo
URL Resmi https://chromewebstore.google.com/detail/sizzy/nfhlbmjiiogoelaflfclodlkncbdiefo
Deskripsi The responsive design browser
Ukuran File 40.47 KB
Jumlah Instalasi 11,776
Versi Saat Ini 0.0.4
Terakhir Diperbarui 2022-05-27
Tanggal Publikasi 2019-06-26
Penilaian 2.54/5 Total 57 Penilaian
Pengembang Kitze
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://sizzy.co
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sizzy",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "The responsive design browser",
    "homepage_url": "https:\/\/sizzy.co",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        ""
    ],
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Open in sizzy"
    }
}