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 拡張機能の基本情報
| 名前 | |
| 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
}
} | |