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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simulate mobile devices for preview and debug websites, with screenshot, screencast and automation features"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में U-Eyes: Mobile Device Simulator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |