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:…
Vad är SNUDataLimit?
SNUDataLimit är en Chrome-tillägg utvecklad av rhnvrm, och dess huvudfunktion är "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:…".
Tilläggsskärmbilder
Ladda ner SNUDataLimit-förlängningens CRX-fil
Ladda ner SNUDataLimit-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | SNUDataLimit |
ID | mfjinloagcpmfacpjnlabcflnkbajidd |
Officiell webbadress | https://chromewebstore.google.com/detail/snudatalimit/mfjinloagcpmfacpjnlabcflnkbajidd |
Beskrivning | 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:… |
Filstorlek | 51.06 KB |
Antal Installationer | 10 |
Aktuell Version | 1.1.0 |
Senast Uppdaterad | 2017-07-14 |
Publiceringsdatum | 2017-07-14 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | rhnvrm |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/rhnvrm/snu-data-limit |
Hjälpsida URL | https://github.com/rhnvrm/snu-data-limit/issues |
Stödda Språk | 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 } } |