Boomerang Inspector

Boomerang Inspector Browser extension

Boomerang Inspectorคืออะไร?

Boomerang Inspector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Akamai Technologies, Inc. และคุณลักษณะหลักของมันคือ "Boomerang Inspector Browser extension"

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

screenshot

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

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

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

                        Provides a browser extension for quickly viewing information about the 
Boomerang javascript library running on a page.

boomerang is a JavaScript library that measures the page load time experienced by real users, commonly called RUM (Real User Measurement). This extension allows to quickly view some of the critical information that users would generally find when looking at the Chrome DevTools.

The audience for this extension are generally any users who use the Chrome DevTools to understand the current version and other auxiliary information of the Boomerang library that's running on a given site.                    

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

ชื่อ Boomerang Inspector Boomerang Inspector
ID ankakbccojpchchhhmenohlnflhnbfpa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/boomerang-inspector/ankakbccojpchchhhmenohlnflhnbfpa
คำอธิบาย Boomerang Inspector Browser extension
ขนาดไฟล์ 280 KB
จำนวนการติดตั้ง 166
เวอร์ชันปัจจุบัน 0.6.0
อัปเดตครั้งล่าสุด 2021-01-13
วันที่เผยแพร่ 2021-01-12
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Akamai Technologies, Inc.
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/querymetrics/boomerang-inspector/issues
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Boomerang Inspector",
    "version": "0.6.0",
    "description": "Boomerang Inspector Browser extension",
    "author": "Nigel Heron",
    "homepage_url": "https:\/\/github.com\/querymetrics\/boomerang-inspector",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Boomerang Inspector",
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "20": "icons\/boomr-20x20-gray.png",
            "32": "icons\/boomr-32x32-gray.png",
            "48": "icons\/boomr-48x48-gray.png",
            "128": "icons\/boomr-128x128-gray.png"
        }
    },
    "icons": {
        "20": "icons\/boomr-20x20.png",
        "32": "icons\/boomr-32x32.png",
        "48": "icons\/boomr-48x48.png",
        "128": "icons\/boomr-128x128.png"
    },
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "devtools_page": "devtools\/devtools.html",
    "options_ui": {
        "page": "options\/options.html"
    },
    "manifest_version": 2
}