Responsive View
To view the page in different device screen sizes, just by a click
什么是Responsive View?
Responsive View是由Aneeta Kolhe开发的Chrome扩展程序,该扩展的主要功能是“To view the page in different device screen sizes, just by a click”。
扩展截图
下载Responsive View扩展crx文件
下载Responsive View扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension gives you an ability to view the page in different screen sizes, just by a click. HOW TO USE: Go to the page that you want to view in different screen sizes. Click on the extension icon and scroll vertically. Various screens sizes that are available as follows: 1. 340 x 480 - Mobile 2. 480 x 640 - Mobile (larger screen) 3. 768 x 1024 - Tablet (Portrait) 4. 1024 x 768 - Tablet (Landscape) 5. 992 x 640 - Bootstrap 6. 1200 x 800 - Desktop
扩展基本信息
名称 | Responsive View |
ID | hgeefdjnmmeindmchabjodoggbfkhaam |
官方URL | https://chromewebstore.google.com/detail/responsive-view/hgeefdjnmmeindmchabjodoggbfkhaam |
简介 | To view the page in different device screen sizes, just by a click |
文件大小 | 165 KB |
安装次数 | 1,720 |
当前版本 | 1.0 |
更新时间 | 2014-04-02 |
上架时间 | 2014-04-01 |
评分 | 4.21/5 共14次评分 |
开发者 | Aneeta Kolhe |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Responsive View", "description": "To view the page in different device screen sizes, just by a click", "version": "1.0", "icons": { "128": "icon128.png", "19": "icon19.png", "38": "icon38.png" }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "View page in various dimensions" }, "background": { "scripts": [ "popup.js" ], "persistent": false } } |