WhatsTheUsage

A graphical usage meter for displaying Internode broadband data usage.

WhatsTheUsageคืออะไร?

WhatsTheUsage เป็นส่วนขยายของ Chrome ที่พัฒนาโดย whatstheusage และคุณลักษณะหลักของมันคือ "A graphical usage meter for displaying Internode broadband data usage."

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

screenshot
screenshot

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

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

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

                        WhatsTheUsage is a simple usage meter for displaying monthly data usage for Internode broadband customers. It shows the usage and quota for the current month, along with the usage history for each day of the current month and the average daily usage remaining.                    

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

ชื่อ WhatsTheUsage WhatsTheUsage
ID pcngeafamdfbiaabjgmhaeldmkhhjpkg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/whatstheusage/pcngeafamdfbiaabjgmhaeldmkhhjpkg
คำอธิบาย A graphical usage meter for displaying Internode broadband data usage.
ขนาดไฟล์ 265 KB
จำนวนการติดตั้ง 436
เวอร์ชันปัจจุบัน 0.0.4
อัปเดตครั้งล่าสุด 2015-12-17
วันที่เผยแพร่ 2015-12-16
คะแนน 3.88/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา whatstheusage
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WhatsTheUsage",
    "version": "0.0.4",
    "description": "A graphical usage meter for displaying Internode broadband data usage.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/customer-webtools-api.internode.on.net\/api\/*\/"
    ],
    "short_name": "WhatsTheUsage"
}