Sizzy
The responsive design browser
Co to jest Sizzy?
Sizzy to rozszerzenie Chrome opracowane przez Kitze, a jego główną funkcją jest „The responsive design browser”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Sizzy
Pobierz pliki rozszerzeń Sizzy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Sizzy |
ID | nfhlbmjiiogoelaflfclodlkncbdiefo |
Oficjalny URL | https://chromewebstore.google.com/detail/sizzy/nfhlbmjiiogoelaflfclodlkncbdiefo |
Opis | The responsive design browser |
Rozmiar pliku | 40.47 KB |
Liczba instalacji | 11,776 |
Aktualna Wersja | 0.0.4 |
Ostatnia Aktualizacja | 2022-05-27 |
Data Publikacji | 2019-06-26 |
Ocena | 2.54/5 Łącznie 57 Oceny |
Deweloper | Kitze |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://sizzy.co |
Obsługiwane Języki | 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", " |