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.
O que é Winky Widgets?
Winky Widgets é uma extensão do Chrome desenvolvida por Nizar Affes, e sua principal característica é "A rich set of widgets for your new tab, quickly access your favourite pages, add to-do's, check weather, crypto rates and more.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Winky Widgets
Baixe arquivos de extensão Winky Widgets no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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...
Informações Básicas da Extensão
Nome | Winky Widgets |
ID | mfgcpbcdabageodfebcphkcidhfgcghl |
URL Oficial | https://chromewebstore.google.com/detail/winky-widgets/mfgcpbcdabageodfebcphkcidhfgcghl |
Descrição | A rich set of widgets for your new tab, quickly access your favourite pages, add to-do's, check weather, crypto rates and more. |
Tamanho do Arquivo | 565 KB |
Contagem de Instalações | 11 |
Versão Atual | 0.1.0 |
Última Atualização | 2022-06-07 |
Data de Publicação | 2022-06-07 |
Desenvolvedor | Nizar Affes |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://nizaraffes.me/ |
URL da Página de Ajuda | https://nizaraffes.me/#contact |
Idiomas Suportados | 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 } |