Kilvish - Dark Teamwork
Dark theme for Teamwork Chat by Suman
Cos'è Kilvish - Dark Teamwork?
Kilvish - Dark Teamwork è un'estensione di Chrome sviluppata da suman_92, e la sua funzione principale è "Dark theme for Teamwork Chat by Suman".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Kilvish - Dark Teamwork
Scarica i file di estensione Kilvish - Dark Teamwork in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This is a Dark mode/theme extension for teamwork chat web application. Informazioni di Base sull'Estensione
| Nome | |
| ID | fkccjbiohaglmjhmnocchpghlibagfom |
| URL Ufficiale | https://chromewebstore.google.com/detail/kilvish-dark-teamwork/fkccjbiohaglmjhmnocchpghlibagfom |
| Descrizione | Dark theme for Teamwork Chat by Suman |
| Dimensione del File | 26.8 KB |
| Conteggio Installazioni | 34 |
| Versione Corrente | 0.3 |
| Ultimo Aggiornamento | 2022-11-10 |
| Data di Pubblicazione | 2022-04-30 |
| Valutazione | 5.00/5 Totale 8 Valutazioni |
| Sviluppatore | suman_92 |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Kilvish - Dark Teamwork",
"version": "0.3",
"manifest_version": 3,
"description": "Dark theme for Teamwork Chat by Suman",
"icons": {
"48": "Kilvish_48.png",
"128": "Kilvish_128.png"
},
"action": {
"default_icon": "Kilvish_128.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.teamwork.com\/chat\/*"
],
"all_frames": true,
"css": [
".\/style.css"
]
}
]
} | |