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
官方網址 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"
    }
}