Smooth Search Tab

Smooth Search Tab is a Chrome Extension for the New Tab

Smooth Search Tab là gì?

Smooth Search Tab là một tiện ích mở rộng Chrome được phát triển bởi Adsbrain, và tính năng chính của nó là "Smooth Search Tab is a Chrome Extension for the New Tab".

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

screenshot

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

Tải xuống các tệp mở rộng Smooth Search 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

                        This extension changes your existing new tab page and provides the features below:
- Clean Tab Look
- Popular useful links
- Current date & time
- New tab search box providing Bing.com search results. 
  Use the new tab search box to search your desired information, images, videos, and more through Bing search directly from your browser’s new tab. 

This extension is free to download from the Chrome Web store

By installing and using Smooth Search Tab Tab you agree to the Terms of Use, as well as to receiving any future updates and upgrades. 
Please review our Privacy Policy for details regarding the information we collect when you install and use the extension. You can uninstall the program any time.
 
Terms of Service:
https://smoothsearch.online/terms

Privacy Policy:
https://smoothsearch.online/privacy                    

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

Tên Smooth Search Tab Smooth Search Tab
ID mfpnmamdicmfhemmnpbkldadnibnkfig
URL Chính Thức https://chromewebstore.google.com/detail/smooth-search-tab/mfpnmamdicmfhemmnpbkldadnibnkfig
Mô tả Smooth Search Tab is a Chrome Extension for the New Tab
Kích Thước Tệp 27.96 KB
Số Lần Cài Đặt 92,029
Phiên Bản Hiện Tại 1.5.1
Cập Nhật Lần Cuối 2022-08-31
Ngày Phát Hành 2020-07-02
Đánh Giá 4.45/5 Tổng số 22 Đánh Giá
Nhà Phát Triển Adsbrain
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://smoothsearch.online
URL Trang Trợ Giúp https://smoothsearch.online/faq
URL Trang Chính Sách Bảo Mật https://smoothsearch.online/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "1.5.1",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png"
    },
    "action": [],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "permissions": [
        "storage"
    ]
}