Search101

Take your browser experience up a notch.

Search101란 무엇입니까?

Search101은(는) Browser Labs Pty Ltd에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Take your browser experience up a notch."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        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": []
}