Sizzy

The responsive design browser

什么是Sizzy?

Sizzy是由Kitze开发的Chrome扩展程序,该扩展的主要功能是“The responsive design browser”。

扩展截图

screenshot
screenshot

下载Sizzy扩展crx文件

下载Sizzy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Sizzy Sizzy
ID nfhlbmjiiogoelaflfclodlkncbdiefo
官方URL https://chromewebstore.google.com/detail/sizzy/nfhlbmjiiogoelaflfclodlkncbdiefo
简介 The responsive design browser
文件大小 40.47 KB
安装次数 11,776
当前版本 0.0.4
更新时间 2022-05-27
上架时间 2019-06-26
评分 2.54/5 共57次评分
开发者 Kitze
电子邮箱 [email protected]
付费类型 free
扩展官网 https://sizzy.co
支持的语言 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"
    }
}