Search Helper
Easily switch between search engines from your new tab page. Includes beautiful background images, top sites, time, and more.
Search Helper란 무엇입니까?
Search Helper은(는) https://getsearchhelper.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily switch between search engines from your new tab page. Includes beautiful background images, top sites, time, and more."입니다.
확장 프로그램 스크린샷
Search Helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Search from multiple search engines from your new tab and home page. - Choose from Google, Bing, Yahoo! or DuckDuckGo search. - Beautiful background images. - Upload your own images. - Links to online games, and useful Google products like Gmail, Drive and more. - Top sites. Easily search from multiple search engines with Search Helper. Every new tab comes complete with a beautiful background image. Easily play video games. Quickly view and visit your top sites directly from your new tab page. Now you can customize your new tab background by choosing or uploading an image. ------ Looking for additional features? Let us know in the feedback and we will be happy to address them. Thanks! ------ Search Helper Telephone: +1-250-217-7592
확장 프로그램 기본 정보
이름 | Search Helper |
ID | llpfjlkbpkgoailkpbefkbembmpeenic |
공식 URL | https://chromewebstore.google.com/detail/search-helper/llpfjlkbpkgoailkpbefkbembmpeenic |
설명 | Easily switch between search engines from your new tab page. Includes beautiful background images, top sites, time, and more. |
파일 크기 | 1.29 MB |
설치 횟수 | 2,373 |
현재 버전 | 0.2.0 |
최근 업데이트 | 2019-04-24 |
출시 날짜 | 2019-04-24 |
평점 | 4.60/5 총 5 개의 평점 |
개발자 | https://getsearchhelper.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://getsearchhelper.com |
개인정보 보호 정책 페이지 URL | https://getsearchhelper.com/privacy.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Search Helper", "short_name": "Search Helper", "description": "Easily switch between search engines from your new tab page. Includes beautiful background images, top sites, time, and more.", "version": "0.2.0", "homepage_url": "https:\/\/getsearchhelper.com", "chrome_url_overrides": { "newtab": "manager.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.google.com https:\/\/query.yahooapis.com; object-src 'self'", "background": { "scripts": [ "vendor\/ga.js", "js\/event.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "\/res\/icons\/icon16.png", "24": "\/res\/icons\/icon24.png", "32": "\/res\/icons\/icon32.png" } }, "icons": { "16": "\/res\/icons\/icon16.png", "24": "\/res\/icons\/icon24.png", "32": "\/res\/icons\/icon32.png", "48": "\/res\/icons\/icon48.png", "128": "\/res\/icons\/icon128.png" }, "permissions": [ "storage", "management", "geolocation", "cookies", "tabs", "*:\/\/*.searchinginc.com\/", "unlimitedStorage", "topSites", "chrome:\/\/favicon\/", "history" ] } |