Buddy Tab
Buddy Tab
Buddy Tab란 무엇입니까?
Buddy Tab은(는) buddytab21에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Buddy Tab"입니다.
확장 프로그램 스크린샷
Buddy Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Overview: Buddy Tab is here to be your friend and help you navigate the web. Buddy Tab is a Chrome Extension for the New Tab By clicking ADD TO CHROME, you accept and agree to installing the Buddy Tab extension and setting Chrome™ New Tab to that provided by the service with web search by Bing, and the Terms of Use and Privacy Policy. This extension changes your existing new tab page and provides the features below: - a Buddy to search - Popular useful links - Current date & time - New tab search box providing search results Use the new tab search box to search your desired information, images, videos, and more. Buddy Tab is with you all the way through to your search results page. This extension is free to download from the Chrome Web store Terms of Service: https://buddy-tab.com/Term-condition.html Privacy Policy: https://buddy-tab.com/privacy-policy.html
확장 프로그램 기본 정보
이름 | Buddy Tab |
ID | piehjdkngpioinnnjkhaghnfdhdpfaak |
공식 URL | https://chromewebstore.google.com/detail/buddy-tab/piehjdkngpioinnnjkhaghnfdhdpfaak |
설명 | Buddy Tab |
파일 크기 | 7.66 MB |
설치 횟수 | 42 |
현재 버전 | 1.6 |
최근 업데이트 | 2022-05-02 |
출시 날짜 | 2021-11-10 |
평점 | 4.82/5 총 17 개의 평점 |
개발자 | buddytab21 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://install.buddy-tab.com |
개인정보 보호 정책 페이지 URL | https://buddy-tab.com/privacy-policy.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Buddy Tab", "short_name": "Buddy Tab", "version": "1.6", "description": "Buddy Tab", "manifest_version": 2, "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_icon": "icon.png" }, "icons": { "128": "icon.png" }, "permissions": [ "search" ] } |