Responswitch
Test responsive design of any web page with one click. Extension works when you click to extension icon only.
Responswitchとは何ですか?
ResponswitchはMesut Tasciによって開発されたChromeの拡張機能で、その主な機能は「Test responsive design of any web page with one click. Extension works when you click to extension icon only.」です。
拡張機能のスクリーンショット
Responswitch拡張機能のCRXファイルをダウンロード
Responswitch拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Make easily responsive design test any website with just one click.
拡張機能の基本情報
名前 | Responswitch |
ID | jnajocfhlflimigaiiidopobidekkanf |
公式URL | https://chromewebstore.google.com/detail/responswitch/jnajocfhlflimigaiiidopobidekkanf |
説明 | Test responsive design of any web page with one click. Extension works when you click to extension icon only. |
ファイルサイズ | 55.49 KB |
インストール数 | 382 |
現在のバージョン | 0.8 |
最終更新日 | 2014-05-21 |
公開日 | 2014-05-21 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Mesut Tasci |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/mesuutt/ish. |
ヘルプページのURL | https://github.com/mesuutt/ish./issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Responswitch", "description": "Test responsive design of any web page with one click. Extension works when you click to extension icon only.", "manifest_version": 2, "version": "0.8", "content_scripts": [ { "js": [ "jquery-1.10.2.min.js", "js\/data-saver.js", "js\/url-handler.js", "js\/init.js", "contentscript.js" ], "css": [ "styles.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/icon16.png" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "homepage_url": "https:\/\/github.com\/mesuutt\/responswitch", "author": "Mesut Tasci" } |