Select Search

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

Select Search란 무엇입니까?

Select Search은(는) jeremie에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Offers to make a quick search in google or other websites using the selected text."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Select Search 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Select Search Select Search
ID fcjoilhmjjhfpeflkmlhejiaadbgfkgn
공식 URL https://chrome.google.com/webstore/detail/select-search/fcjoilhmjjhfpeflkmlhejiaadbgfkgn
설명 Offers to make a quick search in google or other websites using the selected text.
파일 크기 126 KB
설치 횟수 12,232
현재 버전 1.5.20
최근 업데이트 2013-02-20
출시 날짜 2013-02-20
평점 4.33/5 총 137 개의 평점
개발자 jeremie
결제 유형 free
지원되는 언어 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"
    ]
}