Tabun: Smart Newtab

Tabun is a live newtab with a minimalist design.

Cos'è Tabun: Smart Newtab?

Tabun: Smart Newtab è un'estensione di Chrome sviluppata da https://tabun.net, e la sua funzione principale è "Tabun is a live newtab with a minimalist design.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Tabun: Smart Newtab

Scarica i file di estensione Tabun: Smart Newtab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        - 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.                    

Informazioni di Base sull'Estensione

Nome Tabun: Smart Newtab Tabun: Smart Newtab
ID eldanaaeiflfoaifghpiicmpnmmljfed
URL Ufficiale https://chromewebstore.google.com/detail/tabun-smart-newtab/eldanaaeiflfoaifghpiicmpnmmljfed
Descrizione Tabun is a live newtab with a minimalist design.
Dimensione del File 1023 KB
Conteggio Installazioni 53
Versione Corrente 1.12
Ultimo Aggiornamento 2021-12-10
Data di Pubblicazione 2021-10-04
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore https://tabun.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://tabun.net/
URL della Pagina di Aiuto https://tabun.net/privacy-policy.html
URL della Pagina della Politica sulla Privacy https://tabun.net/privacy-policy.html
Lingue Supportate 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"
    ]
}