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.
Was ist Winky Widgets?
Winky Widgets ist eine Chrome-Erweiterung, die von Nizar Affes entwickelt wurde, und ihr Hauptmerkmal ist "A rich set of widgets for your new tab, quickly access your favourite pages, add to-do's, check weather, crypto rates and more.".
Erweiterungsscreenshots
Winky Widgets-Erweiterungs-CRX-Datei herunterladen
Laden Sie Winky Widgets-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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...
Grundlegende Informationen zur Erweiterung
Name | Winky Widgets |
ID | mfgcpbcdabageodfebcphkcidhfgcghl |
Offizielle URL | https://chromewebstore.google.com/detail/winky-widgets/mfgcpbcdabageodfebcphkcidhfgcghl |
Beschreibung | A rich set of widgets for your new tab, quickly access your favourite pages, add to-do's, check weather, crypto rates and more. |
Dateigröße | 565 KB |
Installationsanzahl | 11 |
Aktuelle Version | 0.1.0 |
Letztes Update | 2022-06-07 |
Veröffentlichungsdatum | 2022-06-07 |
Entwickler | Nizar Affes |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://nizaraffes.me/ |
Hilfeseite URL | https://nizaraffes.me/#contact |
Unterstützte Sprachen | 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 } |