Fresh Tab

Browse the web with Fresh!

Fresh Tab란 무엇입니까?

Fresh Tab은(는) https://fresh-tab.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browse the web with Fresh!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Fresh Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Open your new tab and see a beautiful new background, update, check the time right in front of your eyes and then perform a search using Fresh Tab new tab and get the latest results.

The search within the extension will be provided by Microsoft Bing.

This extension changes your existing new tab page and provides the features below:
- Latest News.
- Current date & time.
- Popular useful links.
- Awesome Background Images.
- New tab search box provided by Microsoft Bing.

Use the new tab search box to search your desired information, images, videos, and more.
FreshTab is with you all the way through to your search results page.
This extension is free to download from the Chrome Web store

By clicking ADD TO CHROME, you accept and agree to installing the FreshTab extension and setting Chrome™ New Tab to that provided by the service with web search by Google, and the Terms of Use and Privacy Policy.
Terms of Service:
https://fresh-tab.com/term-condition.html

Privacy Policy:
https://fresh-tab.com/privacy-policy.html                    

확장 프로그램 기본 정보

이름 Fresh Tab Fresh Tab
ID opckhodabhjkkajadmhgbafcbpipfkdm
공식 URL https://chromewebstore.google.com/detail/fresh-tab/opckhodabhjkkajadmhgbafcbpipfkdm
설명 Browse the web with Fresh!
파일 크기 1.66 MB
설치 횟수 20
현재 버전 1.4
최근 업데이트 2022-08-15
출시 날짜 2022-07-23
평점 5.00/5 총 2 개의 평점
개발자 https://fresh-tab.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://fresh-tab.com/privacy-policy.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fresh Tab",
    "description": "Browse the web with Fresh!",
    "version": "1.4",
    "manifest_version": 3,
    "action": {
        "default_icon": "img\/32.png"
    },
    "permissions": [
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "24": "img\/24.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "64": "img\/64.png",
        "128": "img\/128.png",
        "256": "img\/256.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}