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是由rhnvrm开发的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:…”。
扩展截图
下载SNUDataLimit扩展crx文件
下载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 } } |