Simplifiedsearches
Simplify your search results. Get simple clean results at one click.
Simplifiedsearches란 무엇입니까?
Simplifiedsearches은(는) simplifiedsearches19에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simplify your search results. Get simple clean results at one click."입니다.
확장 프로그램 스크린샷
Simplifiedsearches 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
It is faster to use and you get all the top results. Its nice and simple. By clicking "Add to chrome", you accept and agree to installing the SimplifiedSearches, Simplify your search results! Chrome extension and to setting Chrome: New Tab to that provided by the service and the Terms of Use and Privacy Policy. http://simplifiedsearches.com http://simplifiedsearches.com/term_condition.php http://simplifiedsearches.com/privacy_policy.php
확장 프로그램 기본 정보
이름 | Simplifiedsearches |
ID | ojpnnijfpannokcmmimckbkpdjifidmh |
공식 URL | https://chromewebstore.google.com/detail/simplifiedsearches/ojpnnijfpannokcmmimckbkpdjifidmh |
설명 | Simplify your search results. Get simple clean results at one click. |
파일 크기 | 124 KB |
설치 횟수 | 37 |
현재 버전 | 1.2.1 |
최근 업데이트 | 2019-05-09 |
출시 날짜 | 2019-05-09 |
평점 | 5.00/5 총 7 개의 평점 |
개발자 | simplifiedsearches19 |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://simplifiedsearches.com/ |
도움말 페이지 URL | http://simplifiedsearches.com/contact_us.php |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simplifiedsearches", "version": "1.2.1", "description": "Simplify your search results. Get simple clean results at one click.", "icons": { "128": "search.png" }, "browser_action": { "default_title": "SIMPLIFIEDSEARCHES - Simplify your search results" }, "permissions": [ "activeTab", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2, "chrome_url_overrides": { "newtab": "simplifiedsearches.htm" } } |