Tenafly GPA Calculator
This thing calculates your gpa.
Co to jest Tenafly GPA Calculator?
Tenafly GPA Calculator to rozszerzenie Chrome opracowane przez pienote, a jego główną funkcją jest „This thing calculates your gpa.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tenafly GPA Calculator
Pobierz pliki rozszerzeń Tenafly GPA Calculator 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
Calculate your gpa with one button, uses the Tenafly Grade Point Average scale, only tested with tenafly.k12.nj.us.
Podstawowe informacje o rozszerzeniu
Nazwa | Tenafly GPA Calculator |
ID | hhibfahkdabfjmieobhafkglmleommja |
Oficjalny URL | https://chromewebstore.google.com/detail/tenafly-gpa-calculator/hhibfahkdabfjmieobhafkglmleommja |
Opis | This thing calculates your gpa. |
Rozmiar pliku | 43.37 KB |
Liczba instalacji | 19 |
Aktualna Wersja | 13.37 |
Ostatnia Aktualizacja | 2016-12-19 |
Data Publikacji | 2016-12-18 |
Ocena | 4.67/5 Łącznie 3 Oceny |
Deweloper | pienote |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tenafly GPA Calculator", "description": "This thing calculates your gpa.", "version": "13.37", "content_scripts": [ { "matches": [ "https:\/\/parents.tenafly.k12.nj.us\/*" ], "js": [ "jquery.js", "background.js" ] } ], "background": { "scripts": [ "jquery.js", "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |