Net Usage Extension
Extension to display current internet quota usage.
Net Usage Extensionคืออะไร?
Net Usage Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย robbo และคุณลักษณะหลักของมันคือ "Extension to display current internet quota usage."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Net Usage Extension
ดาวน์โหลดไฟล์ส่วนขยาย Net Usage Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simple Net Usage Extension inspired by the Net Usage Item for Firefox (http://netusage.iau5.com/) Supported ISPs: Adam Internet Internode Orcon NOTE: as extra permissions are needed for new ISPs, Chrome may disable the extension upon update. Version 0.5.0: Added Internode support Version 0.4.1: Fixed link to show response details on error. Added additional Adam usage types (Freezone and Uploads). Added handling for usage types that have no quota. Version 0.4.0: Upgrade to new manifest. Updated for new Adam API (again, newsgroups are no longer supported for now). Version 0.3.0: Refactored for greater customisation of usageTypes. Updated for new Adam API. Version 0.2.2: Fixed bug in Date handling code, affecting Dates prior to the 10th each month. Version 0.2.0: NOTE: Updating to this version requires you to re-save your Options. Added Units/day display on info popup (calculations are per whole day, eg 2d 6h will be rounded up to 3d). Added support for datablocks, now added to quota. Added Newsgroup usage to Adam info. Added Orcon (NZ) support. Added Automatic refresh on configurable interval. Fixed bug where extension would hang if initial setup was not performed. Version 0.1.1: Fixed random failures due to using global request. Better error handling and display. Added refresh button on popup, data now only refreshes when this is selected. Added some basic download stats to tooltip. Added additional information in popup below graph. Current position in month indicator arrow implemented. Added loading mask. Version 0.1.0: Very basic graph/percentage display functionality. Only works against Adam Internet usage feed.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Net Usage Extension |
ID | dcoehgalcmebfjgkbhbpllfhjcclkjan |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/net-usage-extension/dcoehgalcmebfjgkbhbpllfhjcclkjan |
คำอธิบาย | Extension to display current internet quota usage. |
ขนาดไฟล์ | 64.58 KB |
จำนวนการติดตั้ง | 1,162 |
เวอร์ชันปัจจุบัน | 0.5.0 |
อัปเดตครั้งล่าสุด | 2016-09-26 |
วันที่เผยแพร่ | 2016-09-25 |
คะแนน | 3.05/5 รวมทั้งหมด 19 คะแนน |
ผู้พัฒนา | robbo |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/anotherrobbo/netusageextension |
URL หน้าช่วยเหลือ | https://github.com/anotherrobbo/netusageextension |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Net Usage Extension", "version": "0.5.0", "description": "Extension to display current internet quota usage.", "background": { "page": "background.html" }, "browser_action": { "default_icon": "images\/icon19_m.png", "default_popup": "usage.html", "default_title": "Please check Options" }, "icons": { "48": "images\/icon48.png", "128": "images\/icon128.png" }, "options_page": "options.html", "permissions": [ "https:\/\/toolbox.iinet.net.au\/cgi-bin\/", "https:\/\/www.orcon.net.nz\/modules\/usagemeter\/view\/", "https:\/\/signon.bigpond.com\/login", "https:\/\/my.bigpond.com\/", "https:\/\/memberservices.optuszoo.com.au\/login\/", "https:\/\/customer-webtools-api.internode.on.net\/api\/v1.5\/" ] } |