LiChess Animated Clock
This extension shows an animated clock while playing game on Lichess.org
Vad är LiChess Animated Clock?
LiChess Animated Clock är en Chrome-tillägg utvecklad av pukhrajbal, och dess huvudfunktion är "This extension shows an animated clock while playing game on Lichess.org".
Tilläggsskärmbilder
Ladda ner LiChess Animated Clock-förlängningens CRX-fil
Ladda ner LiChess Animated 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
This extension shows an animated clock while playing game on Lichess.org
Open sourced at https://github.com/pukhrajbal/lichess-clock Grundläggande Information om Tillägg
| Namn | |
| ID | moflcebaimpicobgdlomloaphhcpjmji |
| Officiell webbadress | https://chromewebstore.google.com/detail/lichess-animated-clock/moflcebaimpicobgdlomloaphhcpjmji |
| Beskrivning | This extension shows an animated clock while playing game on Lichess.org |
| Filstorlek | 5.07 KB |
| Antal Installationer | 111 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2017-09-17 |
| Publiceringsdatum | 2017-09-16 |
| Betyg | 1.00/5 Totalt 2 Betyg |
| Utvecklare | pukhrajbal |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |