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:…
Wat is SNUDataLimit?
SNUDataLimit is een Chrome-extensie ontwikkeld door rhnvrm, en de belangrijkste functie is "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:…".
Extensie Screenshots
Download het CRX-bestand van de extensie SNUDataLimit
Download SNUDataLimit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | SNUDataLimit |
ID | mfjinloagcpmfacpjnlabcflnkbajidd |
Officiële URL | https://chromewebstore.google.com/detail/snudatalimit/mfjinloagcpmfacpjnlabcflnkbajidd |
Beschrijving | 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:… |
Bestandsgrootte | 51.06 KB |
Aantal Installaties | 10 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2017-07-14 |
Publicatiedatum | 2017-07-14 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | rhnvrm |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/rhnvrm/snu-data-limit |
Help Pagina-URL | https://github.com/rhnvrm/snu-data-limit/issues |
Ondersteunde Talen | 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 } } |