Girracount Extension

The chrome extension for Girraween Countdown

Girracount Extension क्या है?

Girracount Extension girraweencountdown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The chrome extension for Girraween Countdown"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Girracount Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
            ]
        }
    ]
}