Girracount Extension

The chrome extension for Girraween Countdown

Girracount Extensionとは何ですか?

Girracount Extensionはgirraweencountdownによって開発されたChromeの拡張機能で、その主な機能は「The chrome extension for Girraween Countdown」です。

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

screenshot

Girracount Extension拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension stops the need for you having the girraween countdown tab open all the time. The icon will change to show the time until the end of the lesson, and you can click the icon to see the classes you have for the day.

Note: this extension is now outdated. Please use the Class Countdown extension instead:
https://chrome.google.com/webstore/detail/class-countdown-extension/lompgalcaddbggjgbmicgimelihccdpe                    

拡張機能の基本情報

名前 Girracount Extension Girracount Extension
ID hapgddgmandfoofcaijpnlmeemamjeeo
公式URL https://chromewebstore.google.com/detail/girracount-extension/hapgddgmandfoofcaijpnlmeemamjeeo
説明 The chrome extension for Girraween Countdown
ファイルサイズ 814 KB
インストール数 579
現在のバージョン 0.1.6
最終更新日 2021-08-02
公開日 2020-06-28
評価 5.00/5 合計 6 レビュー
開発者 girraweencountdown
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Girracount Extension",
    "description": "The chrome extension for Girraween Countdown",
    "version": "0.1.6",
    "background": {
        "scripts": [
            "www\/dist\/background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/apis.google.com; object-src 'self'; connect-src 'self' wss:\/\/*.firebaseio.com;",
    "browser_action": {
        "default_title": "Girracount",
        "default_popup": "www\/popup.html",
        "default_icon": {
            "16": "img\/favicon16.png",
            "32": "img\/favicon32.png",
            "48": "img\/favicon48.png",
            "128": "img\/favicon128.png",
            "512": "img\/favicon512.png"
        }
    },
    "icons": {
        "16": "img\/favicon16.png",
        "32": "img\/favicon32.png",
        "48": "img\/favicon48.png",
        "128": "img\/favicon128.png",
        "512": "img\/favicon512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/girraween-countdown.firebaseapp.com\/*"
            ],
            "js": [
                "www\/dist\/timetablepuller.js"
            ]
        }
    ]
}