Kluk
Kluk is the new tab clock.
Что такое Kluk?
Kluk - это расширение Chrome, разработанное graypinker, и его основная функция - "Kluk is the new tab clock.".
Снимки экрана расширения
Скачать файл CRX расширения Kluk
Скачайте файлы расширений Kluk в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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. Основная информация о расширении
| Название | |
| ID | obanalcjjhlhikmhfkeifieifjbpnchg |
| Официальный URL | https://chromewebstore.google.com/detail/kluk/obanalcjjhlhikmhfkeifieifjbpnchg |
| Описание | Kluk is the new tab clock. |
| Размер файла | 45.03 KB |
| Количество установок | 4,431 |
| Текущая Версия | 1.0.9 |
| Последнее Обновление | 2020-08-22 |
| Дата публикации | 2020-08-21 |
| Рейтинг | 4.75/5 Всего 28 оценок |
| Разработчик | graypinker |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | 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"
}
} | |