WIS Floating Clock

This extension allows Clock to float and be modifiable.

Hvad er WIS Floating Clock?

WIS Floating Clock er en Chrome-udvidelse udviklet af Raiper34, og dens hovedfunktion er "This extension allows Clock to float and be modifiable.".

Download WIS Floating Clock-udvidelses-CRX-fil

Download WIS Floating Clock-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn WIS Floating Clock WIS Floating Clock
ID kcnopagokjlpapnlolfhakimepegdjea
Officiel URL https://chrome.google.com/webstore/detail/wis-floating-clock/kcnopagokjlpapnlolfhakimepegdjea
Beskrivelse This extension allows Clock to float and be modifiable.
Filstørrelse 300 KB
Antal Installationer 134
Nuværende Version 1.0
Senest Opdateret 2018-02-02
Udgivelsesdato 2018-02-02
Bedømmelse 3.00/5 Samlet 4 Bedømmelser
Udvikler Raiper34
Betalingsmetode free
Udvidelseswebsted http://www.raiper34.net
Understøttede Sprog 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"
            ]
        }
    ]
}