Kluk
Kluk is the new tab clock.
Vad är Kluk?
Kluk är en Chrome-tillägg utvecklad av graypinker, och dess huvudfunktion är "Kluk is the new tab clock.".
Tilläggsskärmbilder
Ladda ner Kluk-förlängningens CRX-fil
Ladda ner Kluk-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
New tab allows you to see an analog clock when you open it. You can use it with 8 clock theme.
The themes were inspired by galaxies and orbits.
This extention made with love!
Designer : https://twitter.com/guvensozmen
Developer : https://twitter.com/zeyneppozdem
Follow and feedback to us. Grundläggande Information om Tillägg
| Namn | |
| ID | obanalcjjhlhikmhfkeifieifjbpnchg |
| Officiell webbadress | https://chromewebstore.google.com/detail/kluk/obanalcjjhlhikmhfkeifieifjbpnchg |
| Beskrivning | Kluk is the new tab clock. |
| Filstorlek | 45.03 KB |
| Antal Installationer | 4,431 |
| Aktuell Version | 1.0.9 |
| Senast Uppdaterad | 2020-08-22 |
| Publiceringsdatum | 2020-08-21 |
| Betyg | 4.75/5 Totalt 28 Betyg |
| Utvecklare | graypinker |
| 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": "Kluk",
"description": "Kluk is the new tab clock.",
"version": "1.0.9",
"icons": {
"128": "tab_icon.png"
},
"short_name": "Kluk",
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"browser_action": {
"default_icon": "tab_icon.png",
"default_title": "Have a good day"
},
"chrome_url_overrides": {
"newtab": "index.html"
}
} | |