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 |
官方網址 | 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 } } |