Switch device
Device switcher for OneApp projects
What is Switch device?
Switch device is a Chrome extension developed by Unknown, and its main feature is "Device switcher for OneApp projects".
Extension Screenshots
Download Switch device Extension CRX File
Download Switch device extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension for OneApp projects. Switch device - desktop/tablet/mobile
Extension Basic Information
Name | |
ID | hokcldpoigjcmpkhefiglpipkffmbcbk |
Official URL | https://chromewebstore.google.com/detail/switch-device/hokcldpoigjcmpkhefiglpipkffmbcbk |
Description | Device switcher for OneApp projects |
File Size | 6.28 KB |
Installation Count | 28 |
Current Version | 1.5 |
Last Updated | 2018-04-10 |
Publish Date | 2018-04-10 |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Switch device", "description": "Device switcher for OneApp projects", "version": "1.5", "permissions": [ "contextMenus", "tabs", "activeTab", "storage" ], "browser_action": { "default_popup": "popup.html" }, "options_page": "options.html", "background": { "persistent": false, "scripts": [ "script.js" ] } } |