Be Responsive
Be Responsive helps you to build smooth and responsive websites by rendering your website in both desktop and mobile view.
Τι είναι το Be Responsive;
Το Be Responsive είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://bluetickconsultants.com, και η κύρια λειτουργία του είναι "Be Responsive helps you to build smooth and responsive websites by rendering your website in both desktop and mobile view.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Be Responsive
Λήψη αρχείων επέκτασης Be Responsive σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | Be Responsive |
ID | pfcbcoagfnebpkdibhobjehbphbkdafh |
Επίσημο URL | https://chromewebstore.google.com/detail/be-responsive/pfcbcoagfnebpkdibhobjehbphbkdafh |
Περιγραφή | Be Responsive helps you to build smooth and responsive websites by rendering your website in both desktop and mobile view. |
Μέγεθος Αρχείου | 1.53 MB |
Αριθμός Εγκαταστάσεων | 174 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2023-01-13 |
Ημερομηνία Δημοσίευσης | 2023-01-12 |
Αξιολόγηση | 3.67/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | https://bluetickconsultants.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" ] } ] } |