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:…
Co to jest SNUDataLimit?
SNUDataLimit to rozszerzenie Chrome opracowane przez rhnvrm, a jego główną funkcją jest „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:…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SNUDataLimit
Pobierz pliki rozszerzeń SNUDataLimit w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | SNUDataLimit |
ID | mfjinloagcpmfacpjnlabcflnkbajidd |
Oficjalny URL | https://chromewebstore.google.com/detail/snudatalimit/mfjinloagcpmfacpjnlabcflnkbajidd |
Opis | 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:… |
Rozmiar pliku | 51.06 KB |
Liczba instalacji | 10 |
Aktualna Wersja | 1.1.0 |
Ostatnia Aktualizacja | 2017-07-14 |
Data Publikacji | 2017-07-14 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | rhnvrm |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/rhnvrm/snu-data-limit |
Adres URL Strony Pomocy | https://github.com/rhnvrm/snu-data-limit/issues |
Obsługiwane Języki | 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 } } |