Be Responsive
Be Responsive helps you to build smooth and responsive websites by rendering your website in both desktop and mobile view.
Co to jest Be Responsive?
Be Responsive to rozszerzenie Chrome opracowane przez https://bluetickconsultants.com, a jego główną funkcją jest „Be Responsive helps you to build smooth and responsive websites by rendering your website in both desktop and mobile view.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Be Responsive
Pobierz pliki rozszerzeń Be Responsive 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 will render your website in both desktop and mobile view simultaneously. This allows users to view and test the responsiveness of web pages across devices without having to navigate to separate pages or resize the browser window. Make your development Effective By using Be Responsive
Podstawowe informacje o rozszerzeniu
Nazwa | Be Responsive |
ID | pfcbcoagfnebpkdibhobjehbphbkdafh |
Oficjalny URL | https://chromewebstore.google.com/detail/be-responsive/pfcbcoagfnebpkdibhobjehbphbkdafh |
Opis | Be Responsive helps you to build smooth and responsive websites by rendering your website in both desktop and mobile view. |
Rozmiar pliku | 1.53 MB |
Liczba instalacji | 174 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2023-01-13 |
Data Publikacji | 2023-01-12 |
Ocena | 3.67/5 Łącznie 3 Oceny |
Deweloper | https://bluetickconsultants.com |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Be Responsive", "description": "Be Responsive helps you to build smooth and responsive websites by rendering your website in both desktop and mobile view.", "version": "1.0", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_icon": "logo.png", "default_title": "Open the popup" }, "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "background": { "service_worker": "static\/js\/background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "static\/js\/content.js" ] } ] } |