AutoSearch

Search on your favorite sites via Google

AutoSearchคืออะไร?

AutoSearch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NorthernEyes และคุณลักษณะหลักของมันคือ "Search on your favorite sites via Google"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AutoSearch

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

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

                        Have you ever found that the built-in search in website is not good enough? Than this extension will be very useful for you. Not everyone knows about feature of Google search engine and the fact that it allows you to search the information on a particular site. But you need to open a new tab... type a query... and special a special operator - it is boring and annoying. AutoSearch will do it all stuff for you.

In addition, you can use other feature of google search:
	* Search exact phrase - by enabling this feature you can esily find the exact phrase of interest on website.
	* Search files - another interesting possibility of feature of google search. You can enter the extension of your file and find it in google website or on website.
	* Search related site - one unfamiliar, but very interesting feature of google search. In fact, it allow to find a site with similar content on which you are now.

Site search feature of this extension is option, and you can use the extesion as a normal google search. In addition to the options you can disable the display of unneended options and leave, i.e, just one search.

The interface is in style of the Google Chrome, so it will not distract you a colorful design and is just a nice addition to your browser.

This extension is opensource and the source code can be found at:
https://github.com/northerneyes/AdvancedSearch                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AutoSearch AutoSearch
ID oopiphpkgmkbppjlmhjeafmnmfgnidci
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/autosearch/oopiphpkgmkbppjlmhjeafmnmfgnidci
คำอธิบาย Search on your favorite sites via Google
ขนาดไฟล์ 101 KB
จำนวนการติดตั้ง 586
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2013-03-07
วันที่เผยแพร่ 2013-03-07
คะแนน 2.40/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา NorthernEyes
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ru
manifest.json
{
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Search on your favorite sites via Google",
    "background": {
        "scripts": [
            "functions.js",
            "background.js"
        ]
    },
    "name": "AutoSearch",
    "default_locale": "en",
    "permissions": [
        "tabs"
    ],
    "options_page": "options.html",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png",
        "16": "icon16.png"
    },
    "manifest_version": 2,
    "version": "1.0.4"
}