WIS Floating Clock

This extension allows Clock to float and be modifiable.

Wat is WIS Floating Clock?

WIS Floating Clock is een Chrome-extensie ontwikkeld door Raiper34, en de belangrijkste functie is "This extension allows Clock to float and be modifiable.".

Download het CRX-bestand van de extensie WIS Floating Clock

Download WIS Floating Clock-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

                        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.                    

Basisinformatie over de Extensie

Naam WIS Floating Clock WIS Floating Clock
ID kcnopagokjlpapnlolfhakimepegdjea
Officiële URL https://chrome.google.com/webstore/detail/wis-floating-clock/kcnopagokjlpapnlolfhakimepegdjea
Beschrijving This extension allows Clock to float and be modifiable.
Bestandsgrootte 300 KB
Aantal Installaties 134
Huidige Versie 1.0
Laatst Bijgewerkt 2018-02-02
Publicatiedatum 2018-02-02
Beoordeling 3.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Raiper34
Betalingswijze free
Extensiewebsite http://www.raiper34.net
Ondersteunde Talen 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"
            ]
        }
    ]
}