Sizzy

The responsive design browser

Sizzy là gì?

Sizzy là một tiện ích mở rộng Chrome được phát triển bởi Kitze, và tính năng chính của nó là "The responsive design browser".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sizzy

Tải xuống các tệp mở rộng Sizzy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sizzy Sizzy
ID nfhlbmjiiogoelaflfclodlkncbdiefo
URL Chính Thức https://chromewebstore.google.com/detail/sizzy/nfhlbmjiiogoelaflfclodlkncbdiefo
Mô tả The responsive design browser
Kích Thước Tệp 40.47 KB
Số Lần Cài Đặt 11,776
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2022-05-27
Ngày Phát Hành 2019-06-26
Đánh Giá 2.54/5 Tổng số 57 Đánh Giá
Nhà Phát Triển Kitze
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://sizzy.co
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}