Tabun: Smart Newtab

Tabun is a live newtab with a minimalist design.

Tabun: Smart Newtab란 무엇입니까?

Tabun: Smart Newtab은(는) https://tabun.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tabun is a live newtab with a minimalist design."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Tabun: Smart Newtab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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