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.
Winky Widgets là gì?
Winky Widgets là một tiện ích mở rộng Chrome được phát triển bởi Nizar Affes, và tính năng chính của nó là "A rich set of widgets for your new tab, quickly access your favourite pages, add to-do's, check weather, crypto rates and more.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Winky Widgets
Tải xuống các tệp mở rộng Winky Widgets dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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...
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Winky Widgets |
ID | mfgcpbcdabageodfebcphkcidhfgcghl |
URL Chính Thức | https://chromewebstore.google.com/detail/winky-widgets/mfgcpbcdabageodfebcphkcidhfgcghl |
Mô tả | A rich set of widgets for your new tab, quickly access your favourite pages, add to-do's, check weather, crypto rates and more. |
Kích Thước Tệp | 565 KB |
Số Lần Cài Đặt | 11 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2022-06-07 |
Ngày Phát Hành | 2022-06-07 |
Nhà Phát Triển | Nizar Affes |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://nizaraffes.me/ |
URL Trang Trợ Giúp | https://nizaraffes.me/#contact |
Ngôn Ngữ Được Hỗ Trợ | 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 } |