WIS Floating Clock

This extension allows Clock to float and be modifiable.

Was ist WIS Floating Clock?

WIS Floating Clock ist eine Chrome-Erweiterung, die von Raiper34 entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows Clock to float and be modifiable.".

WIS Floating Clock-Erweiterungs-CRX-Datei herunterladen

Laden Sie WIS Floating Clock-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name WIS Floating Clock WIS Floating Clock
ID kcnopagokjlpapnlolfhakimepegdjea
Offizielle URL https://chrome.google.com/webstore/detail/wis-floating-clock/kcnopagokjlpapnlolfhakimepegdjea
Beschreibung This extension allows Clock to float and be modifiable.
Dateigröße 300 KB
Installationsanzahl 134
Aktuelle Version 1.0
Letztes Update 2018-02-02
Veröffentlichungsdatum 2018-02-02
Bewertung 3.00/5 Insgesamt 4 Bewertungen
Entwickler Raiper34
Zahlungsart free
Erweiterungswebsite http://www.raiper34.net
Unterstützte Sprachen 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"
            ]
        }
    ]
}