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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://eyeballer.dev และคุณลักษณะหลักของมันคือ "Simulate mobile devices for preview and debug websites, with screenshot, screencast and automation features"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย U-Eyes: Mobile Device Simulator

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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"
    }
}