Alive tab

New tab - new life

Alive tab란 무엇입니까?

Alive tab은(는) AKORDIS GROUP LIMITED에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "New tab - new life"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Alive tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Make your new tab beautiful and functionality!

By clicking "Add to chrome", I accept and agree to install the "Alive tab" Chrome extension and setting Chrome™ New Tab page to that provided by the service and the Terms of Use https://akordis.net/fnew/terms_of_use.html and Privacy Policy https://akordis.net/fnew/privacy_policy.html
Contact us via https://akordis.net/fnew/contacts.html

Features:
- Display the time and data in your current location.
- Display the weather in your current location.
- Change the search to Bing.

Give your new tab new view!
A new tab in your favorite browser will no longer be boring. With this extension, you can easily see on the standard new tab background beautiful pictures. But that's not all, this extension will allow you to always be inform about current weather situation in your city. You no longer need to visit third-party sites to get information about the time in your location. Try it and you will get a completely different experience using chrome!

We are always working on new features, please use the support page to request features, and please leave us a great review if you have a few minutes!

This extension uses permission of the current location of user's device.                    

확장 프로그램 기본 정보

이름 Alive tab Alive tab
ID fdncfcjmhgabdkammiibdoalmlkabknn
공식 URL https://chromewebstore.google.com/detail/alive-tab/fdncfcjmhgabdkammiibdoalmlkabknn
설명 New tab - new life
파일 크기 12.08 MB
설치 횟수 67,819
현재 버전 1.0.1
최근 업데이트 2022-08-03
출시 날짜 2021-05-25
평점 4.90/5 총 42 개의 평점
개발자 AKORDIS GROUP LIMITED
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://akordis.net
개인정보 보호 정책 페이지 URL https://akordis.net/fnew/privacy_policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icon-128.png",
            "16": "icon-16.png",
            "64": "icon-64.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "description": "New tab - new life",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "64": "icon-64.png"
    },
    "manifest_version": 2,
    "name": "Alive tab",
    "version": "1.0.1"
}