Sizzy

The responsive design browser

Hvad er Sizzy?

Sizzy er en Chrome-udvidelse udviklet af Kitze, og dens hovedfunktion er "The responsive design browser".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Sizzy-udvidelses-CRX-fil

Download Sizzy-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Sizzy Sizzy
ID nfhlbmjiiogoelaflfclodlkncbdiefo
Officiel URL https://chromewebstore.google.com/detail/sizzy/nfhlbmjiiogoelaflfclodlkncbdiefo
Beskrivelse The responsive design browser
Filstørrelse 40.47 KB
Antal Installationer 11,776
Nuværende Version 0.0.4
Senest Opdateret 2022-05-27
Udgivelsesdato 2019-06-26
Bedømmelse 2.54/5 Samlet 57 Bedømmelser
Udvikler Kitze
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://sizzy.co
Understøttede Sprog 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"
    }
}