Tabun: Smart Newtab

Tabun is a live newtab with a minimalist design.

Tabun: Smart Newtab là gì?

Tabun: Smart Newtab là một tiện ích mở rộng Chrome được phát triển bởi https://tabun.net, và tính năng chính của nó là "Tabun is a live newtab with a minimalist design.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tabun: Smart Newtab

Tải xuống các tệp mở rộng Tabun: Smart Newtab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tabun: Smart Newtab Tabun: Smart Newtab
ID eldanaaeiflfoaifghpiicmpnmmljfed
URL Chính Thức https://chromewebstore.google.com/detail/tabun-smart-newtab/eldanaaeiflfoaifghpiicmpnmmljfed
Mô tả Tabun is a live newtab with a minimalist design.
Kích Thước Tệp 1023 KB
Số Lần Cài Đặt 53
Phiên Bản Hiện Tại 1.12
Cập Nhật Lần Cuối 2021-12-10
Ngày Phát Hành 2021-10-04
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://tabun.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://tabun.net/
URL Trang Trợ Giúp https://tabun.net/privacy-policy.html
URL Trang Chính Sách Bảo Mật https://tabun.net/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}