Babun: Smart Newtab

Babun is a live newtab with a minimalist design.

Τι είναι το Babun: Smart Newtab;

Το Babun: Smart Newtab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://babun.club, και η κύρια λειτουργία του είναι "Babun is a live newtab with a minimalist design.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Babun: Smart Newtab

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

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

                        - Add bookmarks to your new tab.
- Group your bookmarks into folders.
- Add your own tasks.
- Quick navigation through Chrome functionality: extensions, downloads, history, settings.
- Enjoy beautiful and dynamic backgrounds from cool authors as flixel.
- A great google search engine as the main search engine

We add different types of wallpapers from nature to technology so you can enjoy the background of your new tab, we already have: auto, nature, seasons, city, animals, music, food and other categories.
--
Thanks for installing and for being with us.                    

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

Όνομα Babun: Smart Newtab Babun: Smart Newtab
ID pnflnhjlfbcingbihmaopfpflkhdijgl
Επίσημο URL https://chromewebstore.google.com/detail/babun-smart-newtab/pnflnhjlfbcingbihmaopfpflkhdijgl
Περιγραφή Babun is a live newtab with a minimalist design.
Μέγεθος Αρχείου 133 KB
Αριθμός Εγκαταστάσεων 94
Τρέχουσα Έκδοση 1.3
Τελευταία Ενημέρωση 2021-12-18
Ημερομηνία Δημοσίευσης 2021-12-17
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://babun.club
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://babun.club/
Διεύθυνση URL της Σελίδας Βοήθειας https://babun.club/privacy-policy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Babun: Smart Newtab",
    "description": "Babun is a live newtab with a minimalist design.",
    "version": "1.3",
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "\/static\/icon\/16.png",
        "32": "\/static\/icon\/32.png",
        "48": "\/static\/icon\/48.png",
        "64": "\/static\/icon\/64.png",
        "128": "\/static\/icon\/128.png"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "is_default": true,
            "name": "Google",
            "keyword": "keyword.__MSG_url_domain__",
            "search_url": "https:\/\/babun.club\/index.html?p={searchTerms}",
            "favicon_url": "https:\/\/babun.club\/images\/favicon.png",
            "encoding": "UTF-8",
            "suggest_url": "https:\/\/babun.club\/suggestions.html?p={searchTerms}"
        }
    },
    "host_permissions": [
        "https:\/\/cdn.flixel.com\/*",
        "https:\/\/sugg.search.yahoo.net\/*"
    ],
    "permissions": [
        "bookmarks"
    ]
}