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文件

下載Select Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}