WIS Floating Clock
This extension allows Clock to float and be modifiable.
What is WIS Floating Clock?
WIS Floating Clock is a Chrome extension developed by Raiper34, and its main feature is "This extension allows Clock to float and be modifiable.".
Download WIS Floating Clock Extension CRX File
Download WIS Floating Clock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | ![]() |
ID | kcnopagokjlpapnlolfhakimepegdjea |
Official URL | https://chrome.google.com/webstore/detail/wis-floating-clock/kcnopagokjlpapnlolfhakimepegdjea |
Description | This extension allows Clock to float and be modifiable. |
File Size | 300 KB |
Installation Count | 134 |
Current Version | 1.0 |
Last Updated | 2018-02-02 |
Publish Date | 2018-02-02 |
Rating | 3.00/5 Total 4 Ratings |
Developer | Raiper34 |
Payment Type | free |
Extension Website | http://www.raiper34.net |
Supported Languages | 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" ] } ] } |