U-Eyes: Mobile Device Simulator
Simulate mobile devices for preview and debug websites, with screenshot, screencast and automation features
什么是U-Eyes: Mobile Device Simulator?
U-Eyes: Mobile Device Simulator是由https://eyeballer.dev开发的Chrome扩展程序,该扩展的主要功能是“Simulate mobile devices for preview and debug websites, with screenshot, screencast and automation features”。
扩展截图
下载U-Eyes: Mobile Device Simulator扩展crx文件
下载U-Eyes: Mobile Device Simulator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With a rich selection of popular devices, powerful screenshot and screencast capabilities, and automation features, Eyeballer can help ensure optimal mobile user experiences for your website.
Key Features:
NEW: Upload screenshot to Imgur and share with just 1 click!
- Emulate 35+ mobile devices for accurate website preview and debugging
- Capture high-quality screenshots of mobile views for documentation and sharing
- Record screencasts to effectively showcase mobile browsing experiences
- Automate capturing to streamline mobile testing workflows
- Easy-to-use interface for seamless device selection and interaction
This extension includes ads to support the developer. 扩展基本信息
| 名称 | |
| ID | pjldgnhfobpnhbdmfmofkfppdilefnjj |
| 官方URL | https://chromewebstore.google.com/detail/u-eyes-mobile-device-simu/pjldgnhfobpnhbdmfmofkfppdilefnjj |
| 简介 | Simulate mobile devices for preview and debug websites, with screenshot, screencast and automation features |
| 文件大小 | 11.91 MB |
| 安装次数 | 1,000 |
| 当前版本 | 2.3 |
| 更新时间 | 2024-02-27 |
| 上架时间 | 2023-06-25 |
| 评分 | 5.00/5 共8次评分 |
| 开发者 | https://eyeballer.dev |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://raw.githubusercontent.com/the-real-han/public/main/eyeballer/privacy_policy.txt |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "U-Eyes: Mobile Device Simulator",
"version": "2.3",
"description": "Simulate mobile devices for preview and debug websites, with screenshot, screencast and automation features",
"action": {
"default_icon": {
"16": "images\/icons\/ueyes16.png",
"32": "images\/icons\/ueyes32.png",
"48": "images\/icons\/ueyes64.png",
"128": "images\/icons\/ueyes128.png"
}
},
"web_accessible_resources": [
{
"resources": [
"images\/*"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
},
{
"resources": [
"scripts\/gif.worker.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"permissions": [
"activeTab",
"declarativeNetRequest",
"declarativeNetRequestFeedback",
"scripting",
"storage"
],
"background": {
"service_worker": "background.js"
}
} | |