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 là gì?
SNUDataLimit là một tiện ích mở rộng Chrome được phát triển bởi rhnvrm, và tính năng chính của nó là "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:…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SNUDataLimit
Tải xuống các tệp mở rộng SNUDataLimit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SNUDataLimit |
ID | mfjinloagcpmfacpjnlabcflnkbajidd |
URL Chính Thức | https://chromewebstore.google.com/detail/snudatalimit/mfjinloagcpmfacpjnlabcflnkbajidd |
Mô tả | 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:… |
Kích Thước Tệp | 51.06 KB |
Số Lần Cài Đặt | 10 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2017-07-14 |
Ngày Phát Hành | 2017-07-14 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | rhnvrm |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/rhnvrm/snu-data-limit |
URL Trang Trợ Giúp | https://github.com/rhnvrm/snu-data-limit/issues |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |