Improved Daymap

Improved Daymap by JS Development

Wat is Improved Daymap?

Improved Daymap is een Chrome-extensie ontwikkeld door jsdevelopment0, en de belangrijkste functie is "Improved Daymap by JS Development".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Improved Daymap

Download Improved Daymap-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

                        This extention will make the South Australian Contact Panel look better which will make students want to learn.

I no longer attend school, so this extension won't receive updates anymore as I don't have access to Daymap. Sorry for any inconveniences if something breaks.                    

Basisinformatie over de Extensie

Naam Improved Daymap Improved Daymap
ID iodighkmobhjljjmjnfidlgilappelnk
Officiële URL https://chromewebstore.google.com/detail/improved-daymap/iodighkmobhjljjmjnfidlgilappelnk
Beschrijving Improved Daymap by JS Development
Bestandsgrootte 28.54 KB
Aantal Installaties 17
Huidige Versie 0.0.9
Laatst Bijgewerkt 2023-07-27
Publicatiedatum 2021-09-19
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar jsdevelopment0
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://jsdev.gq
Help Pagina-URL https://jsdev.gq
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Improved Daymap",
    "version": "0.0.9",
    "manifest_version": 3,
    "description": "Improved Daymap by JS Development",
    "homepage_url": "https:\/\/jsdev.gq\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "src\/bg\/background-page.js"
    },
    "action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "page action demo",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.sa.edu.au\/*ay*ap*\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}