Sizzy

The responsive design browser

Vad är Sizzy?

Sizzy är en Chrome-tillägg utvecklad av Kitze, och dess huvudfunktion är "The responsive design browser".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Sizzy-förlängningens CRX-fil

Ladda ner Sizzy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Sizzy Sizzy
ID nfhlbmjiiogoelaflfclodlkncbdiefo
Officiell webbadress https://chromewebstore.google.com/detail/sizzy/nfhlbmjiiogoelaflfclodlkncbdiefo
Beskrivning The responsive design browser
Filstorlek 40.47 KB
Antal Installationer 11,776
Aktuell Version 0.0.4
Senast Uppdaterad 2022-05-27
Publiceringsdatum 2019-06-26
Betyg 2.54/5 Totalt 57 Betyg
Utvecklare Kitze
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://sizzy.co
Stödda Språk 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"
    }
}