WIS Floating Clock

This extension allows Clock to float and be modifiable.

Vad är WIS Floating Clock?

WIS Floating Clock är en Chrome-tillägg utvecklad av Raiper34, och dess huvudfunktion är "This extension allows Clock to float and be modifiable.".

Ladda ner WIS Floating Clock-förlängningens CRX-fil

Ladda ner WIS Floating Clock-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn WIS Floating Clock WIS Floating Clock
ID kcnopagokjlpapnlolfhakimepegdjea
Officiell webbadress https://chrome.google.com/webstore/detail/wis-floating-clock/kcnopagokjlpapnlolfhakimepegdjea
Beskrivning This extension allows Clock to float and be modifiable.
Filstorlek 300 KB
Antal Installationer 134
Aktuell Version 1.0
Senast Uppdaterad 2018-02-02
Publiceringsdatum 2018-02-02
Betyg 3.00/5 Totalt 4 Betyg
Utvecklare Raiper34
Betalningssätt free
Tilläggswebbplats http://www.raiper34.net
Stödda Språk 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"
            ]
        }
    ]
}