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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

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

拡張機能の基本情報

名前 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
Eメール [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
}