Tenafly GPA Calculator

This thing calculates your gpa.

Tenafly GPA Calculatorとは何ですか?

Tenafly GPA Calculatorはpienoteによって開発されたChromeの拡張機能で、その主な機能は「This thing calculates your gpa.」です。

拡張機能のスクリーンショット

screenshot

Tenafly GPA Calculator拡張機能のCRXファイルをダウンロード

Tenafly GPA Calculator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Calculate your gpa with one button,
uses the Tenafly Grade Point Average scale,
only tested with tenafly.k12.nj.us.                    

拡張機能の基本情報

名前 Tenafly GPA Calculator Tenafly GPA Calculator
ID hhibfahkdabfjmieobhafkglmleommja
公式URL https://chromewebstore.google.com/detail/tenafly-gpa-calculator/hhibfahkdabfjmieobhafkglmleommja
説明 This thing calculates your gpa.
ファイルサイズ 43.37 KB
インストール数 19
現在のバージョン 13.37
最終更新日 2016-12-19
公開日 2016-12-18
評価 4.67/5 合計 3 レビュー
開発者 pienote
支払い方法 free
対応言語 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\/"
    ]
}