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.
Co to jest Winky Widgets?
Winky Widgets to rozszerzenie Chrome opracowane przez Nizar Affes, a jego główną funkcją jest „A rich set of widgets for your new tab, quickly access your favourite pages, add to-do's, check weather, crypto rates and more.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Winky Widgets
Pobierz pliki rozszerzeń Winky Widgets w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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...
Podstawowe informacje o rozszerzeniu
Nazwa | Winky Widgets |
ID | mfgcpbcdabageodfebcphkcidhfgcghl |
Oficjalny URL | https://chromewebstore.google.com/detail/winky-widgets/mfgcpbcdabageodfebcphkcidhfgcghl |
Opis | A rich set of widgets for your new tab, quickly access your favourite pages, add to-do's, check weather, crypto rates and more. |
Rozmiar pliku | 565 KB |
Liczba instalacji | 11 |
Aktualna Wersja | 0.1.0 |
Ostatnia Aktualizacja | 2022-06-07 |
Data Publikacji | 2022-06-07 |
Deweloper | Nizar Affes |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://nizaraffes.me/ |
Adres URL Strony Pomocy | https://nizaraffes.me/#contact |
Obsługiwane Języki | 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 } |