Eloquent Search
Eloquent Search - Search the web from your browser
Eloquent Search란 무엇입니까?
Eloquent Search은(는) https://eloquentsearch.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Eloquent Search - Search the web from your browser"입니다.
확장 프로그램 스크린샷
Eloquent Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Eloquent Search - Light new tab that allows you to search by text and navigate easily to your favourite, recently visited sites. For more information please visit: https://www.eloquentsearch.com Please leave us a 5 start review! By clicking "Add to chrome", I accept and agree to installing 'Eloquent Search' - Chrome extension and setting Chrome™ New Tab to that provided by the service and the EULA and Privacy Policy EULA: https://www.eloquentsearch.com/eula Privacy Policy: https://www.eloquentsearch.com/privacy-policy The extension will update your new tab settings and will change your search to be powered by Bing.
확장 프로그램 기본 정보
이름 | |
ID | lnegdiedbnpbdedpjkcklkmhedobjehb |
공식 URL | https://chromewebstore.google.com/detail/eloquent-search/lnegdiedbnpbdedpjkcklkmhedobjehb |
설명 | Eloquent Search - Search the web from your browser |
파일 크기 | 148 KB |
설치 횟수 | 432 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2021-12-13 |
출시 날짜 | 2021-12-13 |
개발자 | https://eloquentsearch.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.eloquentsearch.com |
개인정보 보호 정책 페이지 URL | https://www.clickfireapps.com/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "author": "Eloquent Search", "background": { "persistent": true, "scripts": [ "js\/jquery.js", "js\/background.js" ] }, "browser_action": { "default_icon": { "128": "icons\/128x128.png", "16": "icons\/16x16.png", "32": "icons\/32x32.png", "48": "icons\/48x48.png" } }, "chrome_url_overrides": { "newtab": "newtab.html" }, "description": "Eloquent Search - Search the web from your browser", "homepage_url": "https:\/\/www.eloquentsearch.com", "icons": { "128": "icons\/128x128.png", "16": "icons\/16x16.png", "32": "icons\/32x32.png", "48": "icons\/48x48.png" }, "manifest_version": 2, "name": "Eloquent Search", "permissions": [ "topSites", "storage", "tabs" ], "short_name": "Eloquent Search", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0", "web_accessible_resources": [ "icon.png" ] } |