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.
Cos'è Winky Widgets?
Winky Widgets è un'estensione di Chrome sviluppata da Nizar Affes, e la sua funzione principale è "A rich set of widgets for your new tab, quickly access your favourite pages, add to-do's, check weather, crypto rates and more.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Winky Widgets
Scarica i file di estensione Winky Widgets in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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...
Informazioni di Base sull'Estensione
Nome | Winky Widgets |
ID | mfgcpbcdabageodfebcphkcidhfgcghl |
URL Ufficiale | https://chromewebstore.google.com/detail/winky-widgets/mfgcpbcdabageodfebcphkcidhfgcghl |
Descrizione | A rich set of widgets for your new tab, quickly access your favourite pages, add to-do's, check weather, crypto rates and more. |
Dimensione del File | 565 KB |
Conteggio Installazioni | 11 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2022-06-07 |
Data di Pubblicazione | 2022-06-07 |
Sviluppatore | Nizar Affes |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://nizaraffes.me/ |
URL della Pagina di Aiuto | https://nizaraffes.me/#contact |
Lingue Supportate | 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 } |