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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
공식 URL 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"
}