Advanced search on selected text

Look up the selected text in the various search engines and services (Google, Yandex, Yahoo, Bing, market.yandex.ru, price.ru any!)

Advanced search on selected text란 무엇입니까?

Advanced search on selected text은(는) LisL에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Look up the selected text in the various search engines and services (Google, Yandex, Yahoo, Bing, market.yandex.ru, price.ru any!)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Advanced search on selected text 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        !!! Migrating from Version 2.7. to 2.8. require you to reinstall your app ... For many changes !!!

Working with selected text on the page:

1. Send in any search engine (google, yandex, bing, yahoo, etc.);
2. Send in any web site supports GET request (yandex market, wikimart.ru, price.ru, etc.);
3. Search the site via google (site: http://)
4. Search the site through yandex (site: http://)
5. Grouped by categories
6. Enable / disable the necessary searches at the moment
 
! Number of customizable search is not limited.
! Number of research groups is not limited.

Examples of using the URL for a GET request:

http://yandex.ru/yandsearch?text =
http://market.yandex.ru/search.xml?text =
http://price.ru/search/?query =
http://ru.search.yahoo.com/search?p =
http://wikimart.ru/search/?query =
http://ru.wikipedia.org/w/index.php?search =

UDP 21082013
1. Added ability to activate a particular search without deleting
2. Added the ability to search through all the tabs at once
3. Added some changes in the appearance of the application

UPD 02092013
1. Added grouping by categories                    

확장 프로그램 기본 정보

이름 Advanced search on selected text Advanced search on selected text
ID ndmmdeeodnhgibnmgnnddpokcciejlnj
공식 URL https://chromewebstore.google.com/detail/advanced-search-on-select/ndmmdeeodnhgibnmgnnddpokcciejlnj
설명 Look up the selected text in the various search engines and services (Google, Yandex, Yahoo, Bing, market.yandex.ru, price.ru any!)
파일 크기 10.74 KB
설치 횟수 1,593
현재 버전 2.8
최근 업데이트 2013-09-02
출시 날짜 2013-09-02
평점 4.29/5 총 34 개의 평점
개발자 LisL
결제 유형 free
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "2.8",
    "manifest_version": 2,
    "minimum_chrome_version": "20",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "options_page": "options.html",
    "icons": {
        "16": "search.png"
    }
}