Winky Widgets
A rich set of widgets for your new tab, quickly access your favourite pages, add to-do's, check weather, crypto rates and more.
Что такое Winky Widgets?
Winky Widgets - это расширение Chrome, разработанное Nizar Affes, и его основная функция - "A rich set of widgets for your new tab, quickly access your favourite pages, add to-do's, check weather, crypto rates and more.".
Снимки экрана расширения
Скачать файл CRX расширения Winky Widgets
Скачайте файлы расширений Winky Widgets в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
An all-in-one Place/Click simple interface can help you focus on interesting things.
★ Organize your todos.
★ Weather anywhere.
★ Crypto rates in 3 currencies (more in the future 😃).
★ Bookmarks.
More features and shortcuts coming soon... Основная информация о расширении
| Название | |
| ID | mfgcpbcdabageodfebcphkcidhfgcghl |
| Официальный URL | https://chromewebstore.google.com/detail/winky-widgets/mfgcpbcdabageodfebcphkcidhfgcghl |
| Описание | A rich set of widgets for your new tab, quickly access your favourite pages, add to-do's, check weather, crypto rates and more. |
| Размер файла | 565 KB |
| Количество установок | 11 |
| Текущая Версия | 0.1.0 |
| Последнее Обновление | 2022-06-07 |
| Дата публикации | 2022-06-07 |
| Разработчик | Nizar Affes |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://nizaraffes.me/ |
| URL страницы помощи | https://nizaraffes.me/#contact |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Winky Widgets",
"author": "Nizar Affes",
"version": "0.1.0",
"description": "A rich set of widgets for your new tab, quickly access your favourite pages, add to-do's, check weather, crypto rates and more.",
"permissions": [
"storage",
"tabs"
],
"action": {
"default_icon": {
"16": ".\/icons\/16.png",
"24": ".\/icons\/24.png",
"32": ".\/icons\/32.png",
"48": ".\/icons\/48.png",
"128": ".\/icons\/128.png"
},
"default_title": "Winky Widgets"
},
"icons": {
"16": ".\/icons\/16.png",
"24": ".\/icons\/24.png",
"32": ".\/icons\/32.png",
"48": ".\/icons\/48.png",
"128": ".\/icons\/128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"manifest_version": 3
} | |