Find-it.Pro Search
Custom search provider in the address bar.
Find-it.Pro Search란 무엇입니까?
Find-it.Pro Search은(는) https://find-it.pro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Custom search provider in the address bar."입니다.
확장 프로그램 스크린샷
Find-it.Pro Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The extension changes the default search engine. It offers search results from poshukach.com 1) Click on the three vertical lines icon in the upper right-hand corner of your Chrome browser. 2) Go to “Settings”. 3) In the menu that appears click on “More tools” and then “Extensions”. 4) From the list of installed Extensions, find the name of the toolbar extension you wish to uninstall. 5) Click on the button “Remove” (for the toolbar extension you wish to uninstall). 6) Close your browser completely and reopen it. Our extension should be removed from your Chrome browser. For assistance from our customer service team, please email us at | [email protected]
확장 프로그램 기본 정보
이름 | |
ID | meejmcfbiapijdfaadackoblffmidlig |
공식 URL | https://chrome.google.com/webstore/detail/meejmcfbiapijdfaadackoblffmidlig |
설명 | Custom search provider in the address bar. |
파일 크기 | 11.5 KB |
설치 횟수 | 846,492 |
현재 버전 | 1.0.0.8 |
최근 업데이트 | 2022-08-31 |
출시 날짜 | 2020-03-03 |
평점 | 1.43/5 총 60 개의 평점 |
개발자 | https://find-it.pro |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://bit.ly/3q2njMh |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background.js" ] }, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/find-it.pro\/favicon.ico", "is_default": true, "keyword": "find-it.pro", "name": "__MSG_searchName__", "search_url": "https:\/\/find-it.pro\/search?q={searchTerms}", "suggest_url": "https:\/\/find-it.pro\/search\/suggest.php?q={searchTerms}" } }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png" }, "manifest_version": 2, "name": "__MSG_appName__", "permissions": [ "cookies", "history", "*:\/\/*.find-it.pro\/*" ], "version": "1.0.0.8" } |