Tabun: Smart Newtab

Tabun is a live newtab with a minimalist design.

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

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

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        - Add bookmarks to your start page.
- Group your bookmarks into folders.
- Add your own notes.
- All the chrome in one page: extensions, downloads, history.
- Enjoy beautiful and dynamic backgrounds from cool authors.
- Enjoy searching with yahoo as your 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.                    

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

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