Select Search

Offers to make a quick search in google or other websites using the selected text.

Select Search là gì?

Select Search là một tiện ích mở rộng Chrome được phát triển bởi jeremie, và tính năng chính của nó là "Offers to make a quick search in google or other websites using the selected text.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Select Search

Tải xuống các tệp mở rộng Select Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        When you select some text, it pops up a non intrusive baloon which allows you to do a search in google,  wikipedia or twitter. I wrote it because FasterFox (aka SmarterFox, aka FastestChrome) took time to be ported to Chrome and I love this feature. 

Moreover, there is some differences in Select Search wrt FasterFox:

- Baloon positioning rule is different, in particular the box is always accessible
- There is more search possibilities
- The baloon is also active on text fields.
- The baloon disapears as soon as you hit a key or after a period of inactivity. 
- You can set transparency, order of the icons, number of rows, method of opening (new tab in background, new trab in front, same tab, only one new tab).
- I keep your settings between two updates and I guarantee you REAL PRIVACY (no requests to external servers unlike FasterChrome). Security warnings are because the extension is active on all web pages so I could log your history , but I DO NOT.

Note that you have to reload a page before having the baloon and the extension is disabled on chrome extension pages.

Note on local favicons for personalized search engines : due to new security measures by google I'm not sure to be able to do it with an upload form. Nevertheless you should be able to use a path like file://path_on_your_computer/your_favicon.ico


--------- Changelog ----------
1.4.7 Google manifest v2 migration 
1.4.6 polish websites
1.4.5 Google translate added
1.4.0 adding two custom search fields 
1.3.2 .co.za
1.3.0 copy to clipboard (require new permission), better direct link support
1.2.27 .co.uk 
1.2.21 nzbindexnl
1.2.19 direct opening of selected text in new link (see options).
1.2.18 google.com.au added
1.2.17 Ru added. May have encoding problems on non utf8 pages.
1.2.16 Flickr, Geograph.org.uk
1.2.14 Better internationalization, Youtube search.
1.2.13 Added Google Maps, Ebay, Binsearch and Facebook, more options available.
1.2.6. Twitter, transparency and number of cols setting in options.
1.2.5. Inclusion of jquery,  possibility to select the order of the boxes in Options pages.  
1.2.1. Feature about tabs asked by anonymous have been added in. 
1.1.8. Fix of mr.gruev included with thanks to him.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Select Search Select Search
ID fcjoilhmjjhfpeflkmlhejiaadbgfkgn
URL Chính Thức https://chrome.google.com/webstore/detail/select-search/fcjoilhmjjhfpeflkmlhejiaadbgfkgn
Mô tả Offers to make a quick search in google or other websites using the selected text.
Kích Thước Tệp 126 KB
Số Lần Cài Đặt 12,232
Phiên Bản Hiện Tại 1.5.20
Cập Nhật Lần Cuối 2013-02-20
Ngày Phát Hành 2013-02-20
Đánh Giá 4.33/5 Tổng số 137 Đánh Giá
Nhà Phát Triển jeremie
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Select Search",
    "version": "1.5.20",
    "manifest_version": 2,
    "description": "Offers to make a quick search in google or other websites using the selected text.",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "web_accessible_resources": [
        "Google-img-ico.png",
        "GoogleTranslate.png",
        "binsearch.png",
        "cp.png",
        "ebay.png",
        "facebook.png",
        "flickr.png",
        "geograph.png",
        "gmap.png",
        "google-chrome-ico.png",
        "google-ico.png",
        "baidu-ico.png",
        "link.png",
        "nzbnl.png",
        "twitter.png",
        "wikipedia-ico.png",
        "youtube.png",
        "common.js",
        "selectsearch.js",
        "selectsearch.css",
        "jquery-1.8.1.min.js",
        "jquery-ui-1.8.23.custom.min.js",
        "options.js"
    ],
    "icons": {
        "32": "ico32.png",
        "48": "ico48.png",
        "128": "ico128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "selectsearch.css"
            ],
            "js": [
                "jquery-1.8.1.min.js",
                "jquery-ui-1.8.23.custom.min.js",
                "selectsearch.js",
                "common.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "",
        "clipboardWrite"
    ]
}