WIS Floating Clock

This extension allows Clock to float and be modifiable.

Qu'est-ce que WIS Floating Clock ?

WIS Floating Clock est une extension Chrome développée par Raiper34, et sa fonction principale est "This extension allows Clock to float and be modifiable.".

Télécharger le fichier CRX de l'extension WIS Floating Clock

Téléchargez les fichiers d'extension WIS Floating Clock 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

                        Chrome extension for BUT FIT IS on https://wis.fit.vutbr.cz/ allows allows Clock to float and you can see clock even on long page. It is useful during clickwars.                    

Informations de Base sur l'Extension

Nom WIS Floating Clock WIS Floating Clock
ID kcnopagokjlpapnlolfhakimepegdjea
URL Officiel https://chrome.google.com/webstore/detail/wis-floating-clock/kcnopagokjlpapnlolfhakimepegdjea
Description This extension allows Clock to float and be modifiable.
Taille du Fichier 300 KB
Nombre d'Installations 134
Version Actuelle 1.0
Dernière Mise à Jour 2018-02-02
Date de Publication 2018-02-02
Évaluation 3.00/5 Total 4 Évaluations
Développeur Raiper34
Type de Paiement free
Site Web de l'Extension http://www.raiper34.net
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WIS Floating Clock",
    "description": "This extension allows Clock to float and be modifiable.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "assets\/icon.png",
        "default_popup": "settings\/index.html",
        "default_title": "WIS Floating Clock"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/wis.fit.vutbr.cz\/*",
                "https:\/\/wis.fit.vutbr.cz\/*"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.js",
                "scripts\/content.js"
            ]
        }
    ]
}