Tenafly GPA Calculator
This thing calculates your gpa.
Hvad er Tenafly GPA Calculator?
Tenafly GPA Calculator er en Chrome-udvidelse udviklet af pienote, og dens hovedfunktion er "This thing calculates your gpa.".
Udvidelsesskærmbilleder
Download Tenafly GPA Calculator-udvidelses-CRX-fil
Download Tenafly GPA Calculator-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
Calculate your gpa with one button,
uses the Tenafly Grade Point Average scale,
only tested with tenafly.k12.nj.us. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | hhibfahkdabfjmieobhafkglmleommja |
| Officiel URL | https://chromewebstore.google.com/detail/tenafly-gpa-calculator/hhibfahkdabfjmieobhafkglmleommja |
| Beskrivelse | This thing calculates your gpa. |
| Filstørrelse | 43.37 KB |
| Antal Installationer | 19 |
| Nuværende Version | 13.37 |
| Senest Opdateret | 2016-12-19 |
| Udgivelsesdato | 2016-12-18 |
| Bedømmelse | 4.67/5 Samlet 3 Bedømmelser |
| Udvikler | pienote |
| Betalingsmetode | free |
| Understøttede Sprog | 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\/"
]
} | |