Gradient Blobs

Customize your desktop appearance by implementing a simple blobs pattern to your new tab

Τι είναι το Gradient Blobs;

Το Gradient Blobs είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον gradientblobs.net, και η κύρια λειτουργία του είναι "Customize your desktop appearance by implementing a simple blobs pattern to your new tab".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Gradient Blobs

Λήψη αρχείων επέκτασης Gradient Blobs σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        By clicking "Add to Chrome", I accept and agree to installing the Gradient Blobs extension and setting chrome new tab search provider to Microsoft Bing as described by the service in EULA https://gradientblobs.net/eula.html and Policy https://gradientblobs.net/privacy.html.


◾ Gradient Blobs is a new tab extension for the Chrome browser that allows you to customize the appearance of your desktop by implementing a simple and visually appealing blobs pattern to your new tab page. This extension is perfect for anyone looking to add a touch of personality and style to their browsing experience.

◾ The blobs pattern is created using a gradient effect, which adds depth and movement to the overall design. The colors used in the pattern can be customized to match your personal preferences by clicking a refresh button in the bottom left corner.

◾ In addition to the visually pleasing blobs pattern, This extension also includes a number of other features to enhance your browsing experience. For example, it includes a search bar for quick and easy access to your favorite websites.

◾ Overall, Gradient Blobs is a simple yet powerful extension that allows you to add a touch of personality to your desktop while also providing useful features to enhance your browsing experience. So, if you're looking for a way to add some visual interest to your new tab page, Gradient Blobs is definitely worth checking out.

⇢ Extension's homepage: https://gradientblobs.net/index.html - feel free to visit all pages and gain as much info as you need. In case you want additional info, open the contact page (https://gradientblobs.net/contact.html) to find contact info to approach us.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Gradient Blobs Gradient Blobs
ID elbeneggklmmocnlhgneieangednfgnk
Επίσημο URL https://chromewebstore.google.com/detail/gradient-blobs/elbeneggklmmocnlhgneieangednfgnk
Περιγραφή Customize your desktop appearance by implementing a simple blobs pattern to your new tab
Μέγεθος Αρχείου 139 KB
Αριθμός Εγκαταστάσεων 11,105
Τρέχουσα Έκδοση 1.0.5
Τελευταία Ενημέρωση 2023-12-13
Ημερομηνία Δημοσίευσης 2023-01-17
Αξιολόγηση 4.68/5 Συνολικά 19 Αξιολογήσεις
Προγραμματιστής gradientblobs.net
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://gradientblobs.net/index.html
Διεύθυνση URL της Σελίδας Βοήθειας https://gradientblobs.net/contact.html
URL της Σελίδας Πολιτικής Απορρήτου https://gradientblobs.net/privacy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gradient Blobs",
    "short_name": "GradientBlobs",
    "description": "Customize your desktop appearance by implementing a simple blobs pattern to your new tab",
    "manifest_version": 3,
    "version": "1.0.5",
    "permissions": [
        "storage",
        "bookmarks"
    ],
    "chrome_url_overrides": {
        "newtab": "html\/index.html"
    },
    "icons": {
        "16": "images\/manifest-icons\/16.png",
        "32": "images\/manifest-icons\/32.png",
        "64": "images\/manifest-icons\/64.png",
        "128": "images\/manifest-icons\/128.png"
    },
    "background": {
        "service_worker": "sw.js"
    },
    "host_permissions": [
        "*:\/\/gradientblobs.net\/*"
    ]
}