Inspect Devices
A shortcut to open Remote Devices Chrome inspect for connected android devices
ما هو Inspect Devices؟
Inspect Devices هو إضافة Chrome تم تطويرها بواسطة Aniket، والميزة الرئيسية لها هي "A shortcut to open Remote Devices Chrome inspect for connected android devices".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Inspect Devices
قم بتنزيل ملفات الامتداد Inspect Devices بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A time saving shortcut to open DevTool's Remote Devices Tab. Right click and select 'Device Inspector' from context menu to open Developer Tools > Remote Devices. or Use shortcut key combination 'Ctrl + Shift + Up (Arrow Key)' to open Developer Tools > Remote Devices
معلومات أساسية عن التمديد
الاسم | Inspect Devices |
ID | kmhbjbgkpaceeioiadjkfinjbckgckim |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/inspect-devices/kmhbjbgkpaceeioiadjkfinjbckgckim |
الوصف | A shortcut to open Remote Devices Chrome inspect for connected android devices |
حجم الملف | 15.38 KB |
عدد التثبيتات | 7,143 |
النسخة الحالية | 1.1.0 |
آخر تحديث | 2021-07-20 |
تاريخ النشر | 2021-07-20 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Aniket |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Inspect Devices", "version": "1.1.0", "manifest_version": 2, "description": "A shortcut to open Remote Devices Chrome inspect for connected android devices", "homepage_url": "http:\/\/aniket.co", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": false }, "commands": { "open-inspect-devices": { "suggested_key": { "default": "Ctrl+Shift+Up", "windows": "Ctrl+Shift+Up", "mac": "Command+Shift+Up", "linux": "Ctrl+Shift+Up" }, "description": "Open Inspect Devices" } }, "permissions": [ "commands", "contextMenus", "https:\/\/*\/*, http:\/\/*\/*" ] } |