Tab Resource Monitor for Google Chrome

Tab Resource Monitor enables you see all resource consumed of each Tab.

Tab Resource Monitor for Google Chromeคืออะไร?

Tab Resource Monitor for Google Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย universeroc และคุณลักษณะหลักของมันคือ "Tab Resource Monitor enables you see all resource consumed of each Tab."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Resource Monitor for Google Chrome

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

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

                        open source under MIT

https://github.com/universeroc/TRM                    

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

ชื่อ Tab Resource Monitor for Google Chrome Tab Resource Monitor for Google Chrome
ID mcohpemmjfencgkfbofmkfeppefpnbel
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tab-resource-monitor-for/mcohpemmjfencgkfbofmkfeppefpnbel
คำอธิบาย Tab Resource Monitor enables you see all resource consumed of each Tab.
ขนาดไฟล์ 41.73 KB
จำนวนการติดตั้ง 345
เวอร์ชันปัจจุบัน 0.0.0.1
อัปเดตครั้งล่าสุด 2017-11-02
วันที่เผยแพร่ 2017-11-02
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา universeroc
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "name": "__MSG_appName__",
    "short_name": "TRM",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "19": "assets\/icon\/icon-19.png",
            "38": "assets\/icon\/icon-38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "assets\/icon\/icon-32.png",
        "32": "assets\/icon\/icon-32.png",
        "48": "assets\/icon\/icon-32.png",
        "16": "assets\/icon\/icon-32.png"
    },
    "version": "0.0.0.1",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "assets\/js\/background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}