Search101

Take your browser experience up a notch.

Search101คืออะไร?

Search101 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Browser Labs Pty Ltd และคุณลักษณะหลักของมันคือ "Take your browser experience up a notch."

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

screenshot

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

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

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

                        We have created a browser extension that brings the web to you. You can enjoy a fast web browsing experience with the Search101 new tab extension and get the best of the web powered by Bing.com.

The Search101 extension is all about functionality which allows you to search the best of the web through a new tab search whilst giving you the additional features that include

·         Quick web search right at your fingertips powered by Bing.com
·         Easy view time of day
·         Quick links to your favorite social media platforms

By clicking "Add to chrome", I accept and agree to installing the Search101 extension and setting Chrome New Tab to that provided by the service with web search by Bing, and the Privacy Policy (https://browser-labs.com.au/privacy-policy/) and Terms of Use (https://browser-labs.com.au/terms-and-conditions/)                    

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

ชื่อ Search101 Search101
ID jccboplgjkihlkihimaimhgaaalbbaje
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/search101/jccboplgjkihlkihimaimhgaaalbbaje
คำอธิบาย Take your browser experience up a notch.
ขนาดไฟล์ 513 KB
จำนวนการติดตั้ง 56,237
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2021-07-15
วันที่เผยแพร่ 2021-04-17
ผู้พัฒนา Browser Labs Pty Ltd
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://browser-labs.com.au/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search101",
    "author": "Frooty Studios",
    "description": "Take your browser experience up a notch.",
    "version": "0.3",
    "manifest_version": 2,
    "icons": {
        "128": "assets\/imgs\/ex_logo_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "views\/tabs\/tabs.html"
    },
    "browser_action": [],
    "background": {
        "scripts": [
            ".\/backgroundScript\/backgroundScript.js"
        ],
        "persistent": true
    },
    "permissions": []
}