Responsive Debug
A chrome extension for testing responsive web page, just by a click.
Co to jest Responsive Debug?
Responsive Debug to rozszerzenie Chrome opracowane przez Kevin Campion, a jego główną funkcją jest „A chrome extension for testing responsive web page, just by a click.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Responsive Debug
Pobierz pliki rozszerzeń Responsive Debug 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
This extension lets you view the responsiveness of your web app in multiple device viewports. For testing, open your site in a new tab and click on the Responsive Debug icon.
Podstawowe informacje o rozszerzeniu
Nazwa | Responsive Debug |
ID | oeblldkhpjaeeocmklebjdaakbhmgmnj |
Oficjalny URL | https://chromewebstore.google.com/detail/responsive-debug/oeblldkhpjaeeocmklebjdaakbhmgmnj |
Opis | A chrome extension for testing responsive web page, just by a click. |
Rozmiar pliku | 39.21 KB |
Liczba instalacji | 536 |
Aktualna Wersja | 0.0.2 |
Ostatnia Aktualizacja | 2017-05-31 |
Data Publikacji | 2017-05-31 |
Ocena | 4.00/5 Łącznie 2 Oceny |
Deweloper | Kevin Campion |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.2", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "persistent": false, "scripts": [ "scripts\/popup.js" ] }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Responsive Debug" } } |