Sizzy

The responsive design browser

What is Sizzy?

Sizzy is a Chrome extension developed by Kitze, and its main feature is "The responsive design browser".

Extension Screenshots

screenshot
screenshot

Download Sizzy Extension CRX File

Download Sizzy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Sizzy Sizzy
ID nfhlbmjiiogoelaflfclodlkncbdiefo
Official URL https://chromewebstore.google.com/detail/sizzy/nfhlbmjiiogoelaflfclodlkncbdiefo
Description The responsive design browser
File Size 40.47 KB
Installation Count 11,776
Current Version 0.0.4
Last Updated 2022-05-27
Publish Date 2019-06-26
Rating 2.54/5 Total 57 Ratings
Developer Kitze
Email [email protected]
Payment Type free
Extension Website https://sizzy.co
Supported Languages 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"
    }
}