Mobile DevTools

A mobile browser extension for debugging web sites and applications with the console, DOM, network info, sources, and more.

Mobile DevToolsคืออะไร?

Mobile DevTools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Volle.io และคุณลักษณะหลักของมันคือ "A mobile browser extension for debugging web sites and applications with the console, DOM, network info, sources, and more."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mobile DevTools

ดาวน์โหลดไฟล์ส่วนขยาย Mobile DevTools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A mobile browser extension for debugging web apps. Based on the open source project Eruda, Mobile DevTools allows you to view the console, DOM elements, network traffic, page source, resources, and more.

Click the extensions's icon in the toolbar or menu to open the overlay. Drag the top menu left & right and tap on a tab to open:
    • Console - View JavaScript logs, errors, warnings, and other debug info. Execute arbitrary JS to interact with the webpage.
    • Elements - Drill down into the DOM tree to see attributes, inline styles, CSS rules, and computed styles.
    • Network - Record in detail the network requests being made and inspect the responses.
    • Resource - Show local storage, session storage, cookies, scripts, stylesheets, iframes, and image assets.
    • Sources - Source code viewer for HTML, JS, and CSS.
    • Info - View the current URL, User Agent, and device details.
    • Snippets - Execute useful JavaScript snippets. If you're a developer and would like to add additional plugins, please visit Eruda's documentation at https://github.com/liriliri/eruda and contact the developer of this extension!

Mobile DevTools may not work on all websites, depending on the page content's security policies.                    

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

ชื่อ Mobile DevTools Mobile DevTools
ID okfdckomkajiaeejefanbonnhppmplpo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mobile-devtools/okfdckomkajiaeejefanbonnhppmplpo
คำอธิบาย A mobile browser extension for debugging web sites and applications with the console, DOM, network info, sources, and more.
ขนาดไฟล์ 127 KB
จำนวนการติดตั้ง 4,642
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2019-08-30
วันที่เผยแพร่ 2019-08-29
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Volle.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/volleio/mobile-devtools
URL หน้าช่วยเหลือ https://github.com/volleio/mobile-devtools/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mobile DevTools",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "A mobile browser extension for debugging web sites and applications with the console, DOM, network info, sources, and more.",
    "homepage_url": "https:\/\/github.com\/volleio\/mobile-devtools#readme",
    "icons": {
        "16": "icons\/mobile-devtools16.png",
        "48": "icons\/mobile-devtools48.png",
        "128": "icons\/mobile-devtools128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_title": "Mobile DevTools"
    },
    "web_accessible_resources": [
        "eruda.min.js",
        "toggle-devtools.js"
    ],
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com; object-src 'self'"
}