xSearch

xSearch simplifies and centralizes all your Searches.

xSearchとは何ですか?

xSearchはhttp://xapp.inによって開発されたChromeの拡張機能で、その主な機能は「xSearch simplifies and centralizes all your Searches.」です。

拡張機能のスクリーンショット

screenshot
screenshot

xSearch拡張機能のCRXファイルをダウンロード

xSearch拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 xSearch xSearch
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"
}