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.

Qu'est-ce que Winky Widgets ?

Winky Widgets est une extension Chrome développée par Nizar Affes, et sa fonction principale est "A rich set of widgets for your new tab, quickly access your favourite pages, add to-do's, check weather, crypto rates and more.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Winky Widgets

Téléchargez les fichiers d'extension Winky Widgets au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Winky Widgets Winky Widgets
ID mfgcpbcdabageodfebcphkcidhfgcghl
URL Officiel https://chromewebstore.google.com/detail/winky-widgets/mfgcpbcdabageodfebcphkcidhfgcghl
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.
Taille du Fichier 565 KB
Nombre d'Installations 11
Version Actuelle 0.1.0
Dernière Mise à Jour 2022-06-07
Date de Publication 2022-06-07
Développeur Nizar Affes
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://nizaraffes.me/
URL de la Page d'Aide https://nizaraffes.me/#contact
Langues Prises en Charge 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
}