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
Eメール [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"
    }
}