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?
Winky Widgets是由Nizar Affes開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載Winky Widgets擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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... 擴展基本資訊
| 名稱 | |
| ID | mfgcpbcdabageodfebcphkcidhfgcghl |
| 官方網址 | https://chromewebstore.google.com/detail/winky-widgets/mfgcpbcdabageodfebcphkcidhfgcghl |
| 簡介 | A rich set of widgets for your new tab, quickly access your favourite pages, add to-do's, check weather, crypto rates and more. |
| 檔案大小 | 565 KB |
| 安裝次數 | 11 |
| 目前版本 | 0.1.0 |
| 更新時間 | 2022-06-07 |
| 上架時間 | 2022-06-07 |
| 開發者 | Nizar Affes |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://nizaraffes.me/ |
| 說明頁面URL | https://nizaraffes.me/#contact |
| 支援的語言 | 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
} | |