Improved Daymap

Improved Daymap by JS Development

Qu'est-ce que Improved Daymap ?

Improved Daymap est une extension Chrome développée par jsdevelopment0, et sa fonction principale est "Improved Daymap by JS Development".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Improved Daymap

Téléchargez les fichiers d'extension Improved Daymap au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Improved Daymap Improved Daymap
ID iodighkmobhjljjmjnfidlgilappelnk
URL Officiel https://chromewebstore.google.com/detail/improved-daymap/iodighkmobhjljjmjnfidlgilappelnk
Description Improved Daymap by JS Development
Taille du Fichier 28.54 KB
Nombre d'Installations 17
Version Actuelle 0.0.9
Dernière Mise à Jour 2023-07-27
Date de Publication 2021-09-19
Évaluation 5.00/5 Total 3 Évaluations
Développeur jsdevelopment0
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://jsdev.gq
URL de la Page d'Aide https://jsdev.gq
Langues Prises en Charge 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"
            ]
        }
    ]
}