Responsive Web Design Tester
Responsive Web Design Tester is a quick and easy way to test your responsive website.
Τι είναι το Responsive Web Design Tester;
Το Responsive Web Design Tester είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.esolutions.se, και η κύρια λειτουργία του είναι "Responsive Web Design Tester is a quick and easy way to test your responsive website.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Responsive Web Design Tester
Λήψη αρχείων επέκτασης Responsive Web Design Tester σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Test your mobile site on different devices. This extension reflects both the size and the browser of the mobile device. Quickly preview your websites design at the dimensions they will be seen on popular devices. This extension also uses the correct User-Agent, but it does not render web pages in the same way as the mobile device. It is primarily for developers who want to test how a page responds to different devices. Supports both external and internal network (localhost). Add your own devices if you don´t find anything that suits your needs.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | enhcpefphhaiikpobimgcakinhabgiib |
Επίσημο URL | https://chrome.google.com/webstore/detail/responsive-web-design-tes/enhcpefphhaiikpobimgcakinhabgiib |
Περιγραφή | Responsive Web Design Tester is a quick and easy way to test your responsive website. |
Μέγεθος Αρχείου | 106 KB |
Αριθμός Εγκαταστάσεων | 63,031 |
Τρέχουσα Έκδοση | 2.0 |
Τελευταία Ενημέρωση | 2021-02-02 |
Ημερομηνία Δημοσίευσης | 2020-06-23 |
Αξιολόγηση | 4.07/5 Συνολικά 15 Αξιολογήσεις |
Προγραμματιστής | https://www.esolutions.se |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "page": "background.html" }, "options_page": "options.html", "name": "Responsive Web Design Tester", "short_name": "RWD Tester", "description": "Responsive Web Design Tester is a quick and easy way to test your responsive website.", "version": "2.0", "offline_enabled": true, "browser_action": { "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" }, "default_popup": "popup.html", "default_title": "Responsive Web Design Tester" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "webRequest", "webRequestBlocking", "tabs", "http:\/\/*\/", "https:\/\/*\/", "contextMenus" ] } |