Kadaza — The Ultimate Homepage & Web Portal

Set Kadaza as your homepage and new tab page. A clear & fast start on the web.

Kadaza — The Ultimate Homepage & Web Portal란 무엇입니까?

Kadaza — The Ultimate Homepage & Web Portal은(는) https://kadaza.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Set Kadaza as your homepage and new tab page. A clear & fast start on the web."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Kadaza — The Ultimate Homepage & Web Portal 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Kadaza is a visual web portal that displays the most popular websites, clearly organized by topic. Organize your favorite websites on the customizable start page and give the homepage your own style with background images and colors. This extension automatically sets Kadaza as your startup page and new tab page in Chrome. 

Why Kadaza as your new tab page?

- An easy overview of the most popular websites, clearly organized by topic.
- Create your own personalized start page by adding your favorite websites.
- Customize the homepage with beautiful background images. You can filter the backgrounds by themes, such as nature, cities and animals.
- Easy and fast access to your favorite websites.
- Discover the most popular websites in countries around the world.
- Quick and easy web search.

Main Advantages of the Kadaza extension:

- No hassle setting up Kadaza as your start page and new tab page.
- Easily switch to international Kadaza versions.
- Start quickly with your preferred country version.

Kadaza is available in nearly 60 different country versions. The extension checks your location once and automatically sets the correct local Kadaza version for you. You can also easily set a different country in the extension's settings. You can view a complete list of all local Kadaza versions here: https://www.kadaza.com/international

Affiliate disclosure:

Kadaza is supported by affiliate programs. When you click on links to various merchants on our websites and make a purchase, this can result in our website earning a commission. Affiliate programs and affiliations include, but are not limited to, eBay, Walmart, Expedia, Booking.com and Amazon. See here a list of all affiliate networks we work with: https://www.kadaza.com/affiliate-disclosure

Questions? Visit our help center at https://www.kadaza.com/faq or contact us at [email protected].

Read more about Kadaza: 
https://www.kadaza.com/about

Latest updates:
https://www.kadaza.com/blog                    

확장 프로그램 기본 정보

이름 Kadaza — The Ultimate Homepage & Web Portal Kadaza — The Ultimate Homepage & Web Portal
ID akefaknhfanhkoefhhoagbomfdbafdgg
공식 URL https://chromewebstore.google.com/detail/kadaza-%E2%80%94-the-ultimate-hom/akefaknhfanhkoefhhoagbomfdbafdgg
설명 Set Kadaza as your homepage and new tab page. A clear & fast start on the web.
파일 크기 341 KB
설치 횟수 1,881
현재 버전 1.0.1
최근 업데이트 2024-02-03
출시 날짜 2023-05-12
평점 5.00/5 총 3 개의 평점
개발자 https://kadaza.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.kadaza.com/
도움말 페이지 URL https://www.kadaza.com/faq
개인정보 보호 정책 페이지 URL https://www.kadaza.com/privacy
지원되는 언어 de,en,fr,nl,no,vi,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "default_locale": "en",
    "version": "1.0.1",
    "permissions": [
        "storage",
        "geolocation"
    ],
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "chrome_url_overrides": {
        "newtab": "src\/pages\/newtab\/index.html"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}