SNUDataLimit
Know how much data you have spent this week at Shiv Nadar University with just one click! It's safe and also Open Source. Github:…
SNUDataLimitคืออะไร?
SNUDataLimit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rhnvrm และคุณลักษณะหลักของมันคือ "Know how much data you have spent this week at Shiv Nadar University with just one click! It's safe and also Open Source. Github:…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SNUDataLimit
ดาวน์โหลดไฟล์ส่วนขยาย SNUDataLimit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Know how much data you have spent this week at Shiv Nadar University with just one click! It's safe and also Open Source. Github: https://github.com/rhnvrm/snu-data-limit
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SNUDataLimit |
ID | mfjinloagcpmfacpjnlabcflnkbajidd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/snudatalimit/mfjinloagcpmfacpjnlabcflnkbajidd |
คำอธิบาย | Know how much data you have spent this week at Shiv Nadar University with just one click! It's safe and also Open Source. Github:… |
ขนาดไฟล์ | 51.06 KB |
จำนวนการติดตั้ง | 10 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2017-07-14 |
วันที่เผยแพร่ | 2017-07-14 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | rhnvrm |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/rhnvrm/snu-data-limit |
URL หน้าช่วยเหลือ | https://github.com/rhnvrm/snu-data-limit/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SNUDataLimit", "version": "1.1.0", "manifest_version": 2, "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_icon": { "128": "icons\/128x128.png" }, "default_title": "Check Data Limit", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "jquery-2.1.4.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "icons": { "128": "icons\/128x128.png" }, "permissions": [ "storage", "notifications" ], "background": { "scripts": [ "jquery-2.1.4.min.js", "background.js" ], "persistent": true } } |