Sizzy

The responsive design browser

Qu'est-ce que Sizzy ?

Sizzy est une extension Chrome développée par Kitze, et sa fonction principale est "The responsive design browser".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Sizzy

Téléchargez les fichiers d'extension Sizzy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Sizzy Sizzy
ID nfhlbmjiiogoelaflfclodlkncbdiefo
URL Officiel https://chromewebstore.google.com/detail/sizzy/nfhlbmjiiogoelaflfclodlkncbdiefo
Description The responsive design browser
Taille du Fichier 40.47 KB
Nombre d'Installations 11,776
Version Actuelle 0.0.4
Dernière Mise à Jour 2022-05-27
Date de Publication 2019-06-26
Évaluation 2.54/5 Total 57 Évaluations
Développeur Kitze
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://sizzy.co
Langues Prises en Charge 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"
    }
}