Fresh Tab

Browse the web with Fresh!

Fresh Tab là gì?

Fresh Tab là một tiện ích mở rộng Chrome được phát triển bởi https://fresh-tab.com, và tính năng chính của nó là "Browse the web with Fresh!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fresh Tab

Tải xuống các tệp mở rộng Fresh Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fresh Tab Fresh Tab
ID opckhodabhjkkajadmhgbafcbpipfkdm
URL Chính Thức https://chromewebstore.google.com/detail/fresh-tab/opckhodabhjkkajadmhgbafcbpipfkdm
Mô tả Browse the web with Fresh!
Kích Thước Tệp 1.66 MB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2022-08-15
Ngày Phát Hành 2022-07-23
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://fresh-tab.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://fresh-tab.com/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}