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是由https://www.esolutions.se開發的Chrome擴展程式,該擴展的主要功能是“Responsive Web Design Tester is a quick and easy way to test your responsive website.”。
擴展截圖
下載Responsive Web Design Tester擴展crx文件
下載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 |
官方網址 | 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" ] } |