Tenafly GPA Calculator
This thing calculates your gpa.
Wat is Tenafly GPA Calculator?
Tenafly GPA Calculator is een Chrome-extensie ontwikkeld door pienote, en de belangrijkste functie is "This thing calculates your gpa.".
Extensie Screenshots
Download het CRX-bestand van de extensie Tenafly GPA Calculator
Download Tenafly GPA Calculator-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
Calculate your gpa with one button, uses the Tenafly Grade Point Average scale, only tested with tenafly.k12.nj.us.
Basisinformatie over de Extensie
Naam | Tenafly GPA Calculator |
ID | hhibfahkdabfjmieobhafkglmleommja |
Officiële URL | https://chromewebstore.google.com/detail/tenafly-gpa-calculator/hhibfahkdabfjmieobhafkglmleommja |
Beschrijving | This thing calculates your gpa. |
Bestandsgrootte | 43.37 KB |
Aantal Installaties | 19 |
Huidige Versie | 13.37 |
Laatst Bijgewerkt | 2016-12-19 |
Publicatiedatum | 2016-12-18 |
Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | pienote |
Betalingswijze | free |
Ondersteunde Talen | 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\/" ] } |