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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย LisL และคุณลักษณะหลักของมันคือ "Look up the selected text in the various search engines and services (Google, Yandex, Yahoo, Bing, market.yandex.ru, price.ru any!)"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Advanced search on selected text

ดาวน์โหลดไฟล์ส่วนขยาย Advanced search on selected text ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        !!! 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"
    }
}