Sizzy

The responsive design browser

Wat is Sizzy?

Sizzy is een Chrome-extensie ontwikkeld door Kitze, en de belangrijkste functie is "The responsive design browser".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Sizzy

Download Sizzy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Sizzy Sizzy
ID nfhlbmjiiogoelaflfclodlkncbdiefo
Officiële URL https://chromewebstore.google.com/detail/sizzy/nfhlbmjiiogoelaflfclodlkncbdiefo
Beschrijving The responsive design browser
Bestandsgrootte 40.47 KB
Aantal Installaties 11,776
Huidige Versie 0.0.4
Laatst Bijgewerkt 2022-05-27
Publicatiedatum 2019-06-26
Beoordeling 2.54/5 Totaal 57 Beoordelingen
Ontwikkelaar Kitze
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://sizzy.co
Ondersteunde Talen 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"
    }
}