Searchiteasy Internet Search
Get search results from web, images, videos and news.
Searchiteasy Internet Search란 무엇입니까?
Searchiteasy Internet Search은(는) SearchItEasy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get search results from web, images, videos and news."입니다.
확장 프로그램 스크린샷
Searchiteasy Internet Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
searchiteasy search enable user's browser to search web results. This awesome extension provides eye-catching background images and quick links to popular social channels on a new tab. By clicking "Add to Chrome", I accept and agree to installing the searchiteasy Chrome extension and setting Chrome New Tab and default search to that provided by the service and the Terms of Use and Privacy Policy. Newtab and default search will be powered by Microsoft Bing. Terms & Conditions: https://searchiteasy.com/terms-conditions
확장 프로그램 기본 정보
이름 | Searchiteasy Internet Search |
ID | gnpklpepfkppldfhdaaajfcnhljebflg |
공식 URL | https://chromewebstore.google.com/detail/searchiteasy-internet-sea/gnpklpepfkppldfhdaaajfcnhljebflg |
설명 | Get search results from web, images, videos and news. |
파일 크기 | 4.08 MB |
설치 횟수 | 11,415 |
현재 버전 | 0.1.8 |
최근 업데이트 | 2023-11-08 |
출시 날짜 | 2021-04-28 |
평점 | 5.00/5 총 70 개의 평점 |
개발자 | SearchItEasy |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://searchiteasy.com/ |
도움말 페이지 URL | https://searchiteasy.com/contact |
개인정보 보호 정책 페이지 URL | https://searchiteasy.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Alphazeta Systems Ltd", "background": { "service_worker": "background.js" }, "chrome_settings_overrides": { "search_provider": { "alternate_urls": [ "https:\/\/searchiteasy.com\/trk\/t.php?q={searchTerms}", "https:\/\/searchiteasy.com\/trk\/t.php?q={searchTerms}" ], "encoding": "UTF-8", "favicon_url": "https:\/\/searchiteasy.com\/favicon.ico", "image_url": "https:\/\/searchiteasy.com\/image?q={searchTerms}", "image_url_post_params": "image_lang=searchiteasy.com", "instant_url": "https:\/\/searchiteasy.com\/instant?q={searchTerms}", "instant_url_post_params": "instant_lang=searchiteasy.com", "is_default": true, "keyword": "keyword.searchiteasy.com", "name": "searchiteasy.com", "search_url": "https:\/\/searchiteasy.com\/trk\/t.php?q={searchTerms}", "search_url_post_params": "search_lang=searchiteasy.com", "suggest_url": "https:\/\/searchiteasy.com\/suggest?q={searchTerms}", "suggest_url_post_params": "suggest_lang=searchiteasy.com" } }, "chrome_url_overrides": { "newtab": "options.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/ssl.google-analytics.com;" }, "description": "Get search results from web, images, videos and news.", "icons": { "128": "img\/icon128.png", "16": "img\/icon16.png", "48": "img\/icon48.png" }, "manifest_version": 3, "name": "Searchiteasy Internet Search", "version": "0.1.8" } |