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
}