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:…
Hvad er SNUDataLimit?
SNUDataLimit er en Chrome-udvidelse udviklet af rhnvrm, og dens hovedfunktion er "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:…".
Udvidelsesskærmbilleder
Download SNUDataLimit-udvidelses-CRX-fil
Download SNUDataLimit-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | SNUDataLimit |
ID | mfjinloagcpmfacpjnlabcflnkbajidd |
Officiel URL | https://chromewebstore.google.com/detail/snudatalimit/mfjinloagcpmfacpjnlabcflnkbajidd |
Beskrivelse | 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:… |
Filstørrelse | 51.06 KB |
Antal Installationer | 10 |
Nuværende Version | 1.1.0 |
Senest Opdateret | 2017-07-14 |
Udgivelsesdato | 2017-07-14 |
Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
Udvikler | rhnvrm |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/rhnvrm/snu-data-limit |
Hjælpeside-URL | https://github.com/rhnvrm/snu-data-limit/issues |
Understøttede Sprog | 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 } } |