Presto Search
Search the web directly using Presto Search, featuring Yahoo Search, as your default search provider.
Presto Search란 무엇입니까?
Presto Search은(는) http://presto-search.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search the web directly using Presto Search, featuring Yahoo Search, as your default search provider."입니다.
확장 프로그램 스크린샷
Presto Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Use Presto Search, featuring Yahoo Search, to quickly access the relevant information, videos, images, and answers from across the web. EULA: http://infospace.com/downloadable/terms/eula.html Privacy Policy: http://infospace.com/downloadable/terms/privacy.html You can uninstall this extension at any time.
확장 프로그램 기본 정보
이름 | |
ID | agbpdbjnmlgldkepgkfaimemhaobhmig |
공식 URL | https://chrome.google.com/webstore/detail/presto-search/agbpdbjnmlgldkepgkfaimemhaobhmig |
설명 | Search the web directly using Presto Search, featuring Yahoo Search, as your default search provider. |
파일 크기 | 19.2 KB |
설치 횟수 | 36 |
현재 버전 | 0.1.24 |
최근 업데이트 | 2018-05-10 |
출시 날짜 | 2018-05-10 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | http://presto-search.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://presto-search.com |
개인정보 보호 정책 페이지 URL | https://search-ace.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Presto Search", "version": "0.1.24", "description": "Search the web directly using Presto Search, featuring Yahoo Search, as your default search provider.", "author": "System 1, LLC", "icons": { "16": "assets\/img\/logo16.png", "48": "assets\/img\/logo48.png", "128": "assets\/img\/logo128.png" }, "browser_action": { "default_title": "Presto Search" }, "permissions": [ "tabs", "http:\/\/presto-search.com\/*" ], "background": { "persistent": false, "scripts": [ "js\/newTab.js" ] }, "externally_connectable": { "matches": [ "*:\/\/*.presto-search.com\/*" ] }, "chrome_settings_overrides": { "search_provider": { "name": "Yahoo", "instant_url": "http:\/\/presto-search.com\/redirect.html", "search_url": "http:\/\/presto-search.com\/redirect.html?q={searchTerms}", "favicon_url": "http:\/\/presto-search.com\/logo16.png", "keyword": "Yahoo", "encoding": "UTF-8", "alternate_urls": [], "search_url_post_params": "", "instant_url_post_params": "", "is_default": true } }, "content_security_policy": "script-src 'self' https:\/\/complilib.pxuno.com https:\/\/www.googletagmanager.com https:\/\/tagmanager.google.com https:\/\/xd.inspsearchapi.com 'unsafe-eval'; object-src 'self' 'unsafe-eval'", "web_accessible_resources": [ "images\/*", "https:\/\/*.google-analytics.com\/**\/*", "https:\/\/tagmanager.google.com\/*", "js\/gtm.js", "insp.localstorage.js" ] } |