LiChess Animated Clock
This extension shows an animated clock while playing game on Lichess.org
What is LiChess Animated Clock?
LiChess Animated Clock is a Chrome extension developed by pukhrajbal, and its main feature is "This extension shows an animated clock while playing game on Lichess.org".
Extension Screenshots
Download LiChess Animated Clock Extension CRX File
Download LiChess Animated 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
This extension shows an animated clock while playing game on Lichess.org Open sourced at https://github.com/pukhrajbal/lichess-clock
Extension Basic Information
Name | LiChess Animated Clock |
ID | moflcebaimpicobgdlomloaphhcpjmji |
Official URL | https://chromewebstore.google.com/detail/lichess-animated-clock/moflcebaimpicobgdlomloaphhcpjmji |
Description | This extension shows an animated clock while playing game on Lichess.org |
File Size | 5.07 KB |
Installation Count | 111 |
Current Version | 1.1 |
Last Updated | 2017-09-17 |
Publish Date | 2017-09-16 |
Rating | 1.00/5 Total 2 Ratings |
Developer | pukhrajbal |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LiChess Animated Clock", "description": "This extension shows an animated clock while playing game on Lichess.org", "version": "1.1", "content_scripts": [ { "matches": [ "http:\/\/lichess.org\/*", "https:\/\/lichess.org\/*" ], "css": [ ".\/style.css" ], "js": [ ".\/timer.js" ] } ] } |