Responsive Web Design Tester
Responsive Web Design Tester is a quick and easy way to test your responsive website.
Vad är Responsive Web Design Tester?
Responsive Web Design Tester är en Chrome-tillägg utvecklad av https://www.esolutions.se, och dess huvudfunktion är "Responsive Web Design Tester is a quick and easy way to test your responsive website.".
Tilläggsskärmbilder
Ladda ner Responsive Web Design Tester-förlängningens CRX-fil
Ladda ner Responsive Web Design Tester-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | enhcpefphhaiikpobimgcakinhabgiib |
Officiell webbadress | https://chrome.google.com/webstore/detail/responsive-web-design-tes/enhcpefphhaiikpobimgcakinhabgiib |
Beskrivning | Responsive Web Design Tester is a quick and easy way to test your responsive website. |
Filstorlek | 106 KB |
Antal Installationer | 63,031 |
Aktuell Version | 2.0 |
Senast Uppdaterad | 2021-02-02 |
Publiceringsdatum | 2020-06-23 |
Betyg | 4.07/5 Totalt 15 Betyg |
Utvecklare | https://www.esolutions.se |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |