Smooth Search Tab

Smooth Search Tab is a Chrome Extension for the New Tab

Smooth Search Tabคืออะไร?

Smooth Search Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adsbrain และคุณลักษณะหลักของมันคือ "Smooth Search Tab is a Chrome Extension for the New Tab"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smooth Search Tab

ดาวน์โหลดไฟล์ส่วนขยาย Smooth Search Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Smooth Search Tab Smooth Search Tab
ID mfpnmamdicmfhemmnpbkldadnibnkfig
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/smooth-search-tab/mfpnmamdicmfhemmnpbkldadnibnkfig
คำอธิบาย Smooth Search Tab is a Chrome Extension for the New Tab
ขนาดไฟล์ 27.96 KB
จำนวนการติดตั้ง 92,029
เวอร์ชันปัจจุบัน 1.5.1
อัปเดตครั้งล่าสุด 2022-08-31
วันที่เผยแพร่ 2020-07-02
คะแนน 4.45/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา Adsbrain
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://smoothsearch.online
URL หน้าช่วยเหลือ https://smoothsearch.online/faq
URL หน้านโยบายความเป็นส่วนตัว https://smoothsearch.online/privacy
ภาษาที่รองรับ 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"
    ]
}