Simple = Select + Search

Right click on selected text to search on multiple search engines for Chrome. Supports grouping engines, incongito, and more.

什麼是Simple = Select + Search?

Simple = Select + Search是由https://simpleselectsearch.com開發的Chrome擴展程式,該擴展的主要功能是“Right click on selected text to search on multiple search engines for Chrome. Supports grouping engines, incongito, and more.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載Simple = Select + Search擴展crx文件

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

擴展使用說明

                        It's simple: select some text, right-click, and search on your preferred search engines.

Configuring your search engines is very easy: There are multiple pre-configured search engines to pick from (like Amazon, BBC, CNN, etc.), plus you can add any other you might like. To add new search engines, follow instructions in the Help section of the Options page.

Once a new search engine is configured, it will show up the next time you select some text in your browser, right-click it, and go to the Simple = Select + Search menu option.

I'ts my first public extension. I hope you like it.                    

擴展基本資訊

名稱 Simple = Select + Search Simple = Select + Search
ID aagminaekdpcfimcbhknlgjmpnnnmooo
官方網址 https://chromewebstore.google.com/detail/simple-select-+-search/aagminaekdpcfimcbhknlgjmpnnnmooo
簡介 Right click on selected text to search on multiple search engines for Chrome. Supports grouping engines, incongito, and more.
檔案大小 438 KB
安裝次數 31,380
目前版本 0.7.3
更新時間 2023-06-29
上架時間 2019-07-06
評分 4.56/5 共 208 次評分
開發者 https://simpleselectsearch.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://simpleselectsearch.com/
說明頁面URL https://twitter.com/#!/frenetix_
支援的語言 de,en,fr,nl,vi,tr,ca,da,it,hu,pl,ro,fi,cs,el,sr,ru,uk,iw,fa,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "S=S+S",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "version": "0.7.3",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "background": {
        "scripts": [
            "js\/sss.background.js"
        ]
    },
    "options_page": "options.html"
}