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"
    ]
}