Dancing Tubes

Dancing Tubes extension will help you keep track of the time while enjoying a soothing new tab design.

Τι είναι το Dancing Tubes;

Το Dancing Tubes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον lukasboro102030, και η κύρια λειτουργία του είναι "Dancing Tubes extension will help you keep track of the time while enjoying a soothing new tab design.".

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

screenshot
screenshot
screenshot

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

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

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

                        By clicking "Add to Chrome", I accept and agree to installing the Dancing Tubes Chrome extension and setting Chrome New Tab search to that provided by the service and the Terms of Use and Privacy Policy. Search will be powered by Bing.

Dancing tubes is your new favorite chrome extension - a combination of colorful tubes dancing around your desktop is your new wallpaper, and a discreet search bar and bookmarks are your new search tools.

You can even customize the extension a little bit - change the color of your background to any color you would like with the color slider. 

Dancing tubes isn't just a playful tool to decorate your new tab page, it's also a focus booster for visual learners. This extension pattern is proven to help visual learners by relaxing specific parts of their brain devoted to visual reading and collecting information. 

Check out our work on your website:
https://dancingtubes.net/

You can also get more information here:
https://dancingtubes.net/about.html
https://dancingtubes.net/privacy-policy.html
https://dancingtubes.net/EULA.html

Feel free to contact us by visiting this page:
https://dancingtubes.net/contact.html

Or by letter using the following address:
Volcera LTD
61 St, Martins Lane, Covent Garden,
London                    

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

Όνομα Dancing Tubes Dancing Tubes
ID pojphhoobdggkmiefkjhidaicgolkdpe
Επίσημο URL https://chrome.google.com/webstore/detail/dancing-tubes/pojphhoobdggkmiefkjhidaicgolkdpe
Περιγραφή Dancing Tubes extension will help you keep track of the time while enjoying a soothing new tab design.
Μέγεθος Αρχείου 75.66 KB
Αριθμός Εγκαταστάσεων 36,784
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2022-08-06
Ημερομηνία Δημοσίευσης 2022-07-06
Αξιολόγηση 3.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής lukasboro102030
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://dancingtubes.net/
Διεύθυνση URL της Σελίδας Βοήθειας https://dancingtubes.net/contact.html
URL της Σελίδας Πολιτικής Απορρήτου https://dancingtubes.net/privacy-policy.html
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dancing Tubes",
    "short_name": "DancingTubes",
    "description": "Dancing Tubes extension will help you keep track of the time while enjoying a soothing new tab design.",
    "manifest_version": 3,
    "version": "1.0.2",
    "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": [
        "*:\/\/dancingtubes.net\/*"
    ]
}