Be Responsive
Be Responsive helps you to build smooth and responsive websites by rendering your website in both desktop and mobile view.
Wat is Be Responsive?
Be Responsive is een Chrome-extensie ontwikkeld door https://bluetickconsultants.com, en de belangrijkste functie is "Be Responsive helps you to build smooth and responsive websites by rendering your website in both desktop and mobile view.".
Extensie Screenshots
Download het CRX-bestand van de extensie Be Responsive
Download Be Responsive-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Be Responsive |
ID | pfcbcoagfnebpkdibhobjehbphbkdafh |
Officiële URL | https://chromewebstore.google.com/detail/be-responsive/pfcbcoagfnebpkdibhobjehbphbkdafh |
Beschrijving | Be Responsive helps you to build smooth and responsive websites by rendering your website in both desktop and mobile view. |
Bestandsgrootte | 1.53 MB |
Aantal Installaties | 174 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2023-01-13 |
Publicatiedatum | 2023-01-12 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://bluetickconsultants.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |