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.
Hvad er Winky Widgets?
Winky Widgets er en Chrome-udvidelse udviklet af Nizar Affes, og dens hovedfunktion er "A rich set of widgets for your new tab, quickly access your favourite pages, add to-do's, check weather, crypto rates and more.".
Udvidelsesskærmbilleder
Download Winky Widgets-udvidelses-CRX-fil
Download Winky Widgets-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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...
Grundlæggende oplysninger om udvidelsen
Navn | Winky Widgets |
ID | mfgcpbcdabageodfebcphkcidhfgcghl |
Officiel URL | https://chromewebstore.google.com/detail/winky-widgets/mfgcpbcdabageodfebcphkcidhfgcghl |
Beskrivelse | A rich set of widgets for your new tab, quickly access your favourite pages, add to-do's, check weather, crypto rates and more. |
Filstørrelse | 565 KB |
Antal Installationer | 11 |
Nuværende Version | 0.1.0 |
Senest Opdateret | 2022-06-07 |
Udgivelsesdato | 2022-06-07 |
Udvikler | Nizar Affes |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://nizaraffes.me/ |
Hjælpeside-URL | https://nizaraffes.me/#contact |
Understøttede Sprog | 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 } |