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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

U-Eyes: Mobile Device Simulator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 U-Eyes: Mobile Device Simulator U-Eyes: Mobile Device Simulator
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"
    }
}