Net Usage Item

Internet Usage extension for Google Chrome

Net Usage Itemคืออะไร?

Net Usage Item เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://netusage.com และคุณลักษณะหลักของมันคือ "Internet Usage extension for Google Chrome"

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

screenshot
screenshot

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

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

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

                        Net Usage is a widget that lets you know how much of your internet usage quota you have left. It mainly supports Australian ISPs where often you are limited by how much you download each month. This extension works by automatically logging in to your ISP's usage page and extracting your monthly usage information. You will need to supply the username and password to your ISPs web portal. See the netusage website for full list of supported ISPs.

Permissions Explanations:

* Your data on all websites
Needed to fetch/scrape usage information from your ISP's website.

* Your tabs and browsing activity
Needed to open a new tab to display your ISP's usage page (for the open ISP page option).                    

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

ชื่อ Net Usage Item Net Usage Item
ID jhpcpakpimadnpalbfjcnaloaekhljog
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/net-usage-item/jhpcpakpimadnpalbfjcnaloaekhljog
คำอธิบาย Internet Usage extension for Google Chrome
ขนาดไฟล์ 562 KB
จำนวนการติดตั้ง 2,528
เวอร์ชันปัจจุบัน 2.1.5
อัปเดตครั้งล่าสุด 2018-01-04
วันที่เผยแพร่ 2018-01-04
คะแนน 4.00/5 รวมทั้งหมด 246 คะแนน
ผู้พัฒนา https://netusage.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://netusage.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Net Usage Item",
    "short_name": "Net Usage",
    "version": "2.1.5",
    "icons": {
        "48": "icon48.png",
        "32": "icon32.png",
        "128": "icon128.png"
    },
    "description": "Internet Usage extension for Google Chrome",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Net Usage Item",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "app.html",
    "sandbox": {
        "pages": [
            "sandbox.html"
        ],
        "content_security_policy": "sandbox allow-scripts"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}

ส่วนขยายที่เกี่ยวข้อง