Zen Yoga Wallpaper New Tab

Experience tranquility each time you open a new tab with Zen Yoga, the extension that brings the serenity of yoga to your browsing.

Τι είναι το Zen Yoga Wallpaper New Tab;

Το Zen Yoga Wallpaper New Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://zenyogatab.com, και η κύρια λειτουργία του είναι "Experience tranquility each time you open a new tab with Zen Yoga, the extension that brings the serenity of yoga to your browsing.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Zen Yoga Wallpaper New Tab

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

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

                        Zen Yoga New Tab is the perfect companion for those seeking a more mindful and balanced online experience. With stunning yoga images, and easy to access informative content, it's time to bring peace and serenity to your browsing habits.

Zen Yoga offers at a glance the current time and date. It also seamlessly integrates Yahoo! for web searches, providing a fresh perspective on your online exploration, all conveniently accessible from your browser's.
 
Features

Yoga Wallpaper Gallery: Transform your browser's new tab page into a soothing oasis with high-quality wallpapers of people gracefully performing various yoga positions.

Position Details: Zen Yoga New Tab not only offers beautiful images but also provides valuable information about each yoga position. You'll find the name of the pose, its level of difficulty, and a brief description. Also with Youtube feed.

Benefits of Each Position: Discover the physical and mental benefits of each yoga pose at your fingertips. From improved flexibility and strength to reduced stress and enhanced focus.

Quick Shortcuts for Effortless Browsing. Zen Yoga New Tab now offers a handy feature – quick access to your most visited websites. Your frequently visited sites are displayed as shortcuts on the new tab, streamlining your browsing experience. 

Download Zen Yoga New Tab today and discover a more mindful way to explore the web.                    

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

Όνομα Zen Yoga Wallpaper New Tab Zen Yoga Wallpaper New Tab
ID abflhaamagpblbcpaiodgehjfcimlaaf
Επίσημο URL https://chromewebstore.google.com/detail/zen-yoga-wallpaper-new-ta/abflhaamagpblbcpaiodgehjfcimlaaf
Περιγραφή Experience tranquility each time you open a new tab with Zen Yoga, the extension that brings the serenity of yoga to your browsing.
Μέγεθος Αρχείου 969 KB
Αριθμός Εγκαταστάσεων 135
Τρέχουσα Έκδοση 3.0.47
Τελευταία Ενημέρωση 2024-01-26
Ημερομηνία Δημοσίευσης 2023-10-07
Προγραμματιστής https://zenyogatab.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.zenyogatab.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.zenyogatab.com/contact
URL της Σελίδας Πολιτικής Απορρήτου https://zenyogatab.com/privacy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zen Yoga Wallpaper New Tab",
    "description": "Experience tranquility each time you open a new tab with Zen Yoga, the extension that brings the serenity of yoga to your browsing.",
    "version": "3.0.47",
    "short_name": "Zen Yoga",
    "permissions": [
        "storage",
        "topSites"
    ],
    "icons": {
        "16": "icons\/16.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_icon": {
            "64": "icons\/64.png",
            "128": "icons\/128.png"
        },
        "default_title": "Zen Yoga Wallpaper New Tab"
    },
    "background": {
        "service_worker": "main.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.zenyogatab.com\/*"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.zenyogatab.com\/*"
            ],
            "js": [
                "js\/content-scripts\/installed.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/mystart.mystartcdn.com;style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com  https:\/\/mystart.mystartcdn.com"
    },
    "manifest_version": 3
}