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.

Apa itu Winky Widgets?

Winky Widgets adalah ekstensi Chrome yang dikembangkan oleh Nizar Affes, dan fitur utamanya adalah "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 Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Winky Widgets

Unduh file ekstensi Winky Widgets dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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...                    

Informasi Dasar Ekstensi

Nama Winky Widgets Winky Widgets
ID mfgcpbcdabageodfebcphkcidhfgcghl
URL Resmi https://chromewebstore.google.com/detail/winky-widgets/mfgcpbcdabageodfebcphkcidhfgcghl
Deskripsi A rich set of widgets for your new tab, quickly access your favourite pages, add to-do's, check weather, crypto rates and more.
Ukuran File 565 KB
Jumlah Instalasi 11
Versi Saat Ini 0.1.0
Terakhir Diperbarui 2022-06-07
Tanggal Publikasi 2022-06-07
Pengembang Nizar Affes
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://nizaraffes.me/
URL Halaman Bantuan https://nizaraffes.me/#contact
Bahasa yang Didukung 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
}