xSearch
xSearch simplifies and centralizes all your Searches.
xSearch란 무엇입니까?
xSearch은(는) http://xapp.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "xSearch simplifies and centralizes all your Searches."입니다.
확장 프로그램 스크린샷
xSearch 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
xSearch, the centralized Search Interface using Regular Expression as the syntax to represent unique query criteria of different web system, simplifies your dull and repetitive Searches. In your company you have many web systems like HR, Salary and Project system. When you search John Smith, you expect to go to link http://hr.company.com/search.php?firstname=John&lastname=Smith to see his Contact information, if to search his Employee ID 123456 to check hist Salary you expect to visit http://salary.company.com/s.cgi?empid=123456, and search john.smith you check his Project activity on link http://project.company.com/index.jsp?name=john.smith&showProject=y. You have to do these every time and every day. xSearch relieves you. If URL Token is %%%, we have these settings for above scenario. Name: Search HR Syntax: ^[A-Z][a-z]+\s[A-Z][a-z]+$ Target URL: http://hr.company.com/search.php?firstname=%%%1&lastname=%%%2 Name: Search Salary Syntax: ^\d{5,8}$ Target URL: http://salary.company.com/s.cgi?empid=%%%1 Name: Search Project Syntax: ^[a-z]+\.[a-z]+$ Target URL: http://project.company.com/index.jsp?name=%%%1&showProject=y Now you only have to input your keywords in the Search Box and xSearch automatically matches the destination web system and presents the result to you.
확장 프로그램 기본 정보
이름 | |
ID | hngjmebjcfiablepngbnchlchchkpcci |
공식 URL | https://chrome.google.com/webstore/detail/xsearch/hngjmebjcfiablepngbnchlchchkpcci |
설명 | xSearch simplifies and centralizes all your Searches. |
파일 크기 | 107 KB |
설치 횟수 | 57 |
현재 버전 | 1.0 |
최근 업데이트 | 2014-11-10 |
출시 날짜 | 2014-11-10 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | http://xapp.in |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://xapp.in/index.php?id=xsearch |
도움말 페이지 URL | http://xapp.in/index.php?id=contact |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "permissions": [ "storage" ], "name": "xSearch", "description": "xSearch simplifies and centralizes all your Searches.", "version": "1.0", "browser_action": { "default_icon": "img\/xsearch16.png", "default_title": "xSearch", "default_popup": "xsearch.html" }, "icons": { "16": "img\/xsearch16.png", "32": "img\/xsearch32.png", "64": "img\/xsearch64.png", "128": "img\/xsearch128.png" }, "options_page": "xoptions.html", "offline_enabled": true, "homepage_url": "http:\/\/xapp.in\/index.php?id=xsearch" } |