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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nizar Affes และคุณลักษณะหลักของมันคือ "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
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Winky Widgets

ดาวน์โหลดไฟล์ส่วนขยาย 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...                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Winky Widgets Winky Widgets
ID mfgcpbcdabageodfebcphkcidhfgcghl
URL อย่างเป็นทางการ 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
}