Sizzy

The responsive design browser

ما هو Sizzy؟

Sizzy هو إضافة Chrome تم تطويرها بواسطة Kitze، والميزة الرئيسية لها هي "The responsive design browser".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Sizzy

قم بتنزيل ملفات الامتداد Sizzy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}