Simple Context Search
Right click on the selected text and select the search website from the context menu.
Simple Context Search란 무엇입니까?
Simple Context Search은(는) Magic Dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Right click on the selected text and select the search website from the context menu."입니다.
확장 프로그램 스크린샷
Simple Context Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
💎 Simple Context Search - This is a good assistant in the search on various services such as: ◾ YouTube ◾ Spotify ◾ Reddit ◾ Amazon ◾ SoundCloud ◾ Steam Market ◾ Aliexpress --------------------------------------------------------------- Right click on any selected text and search in your favorite search engines and websites directly from the context menu. Just check it out. 😉
확장 프로그램 기본 정보
이름 | Simple Context Search |
ID | jojcgnmagkjleomenibopkhfpkkbpjcg |
공식 URL | https://chromewebstore.google.com/detail/simple-context-search/jojcgnmagkjleomenibopkhfpkkbpjcg |
설명 | Right click on the selected text and select the search website from the context menu. |
파일 크기 | 10.85 KB |
설치 횟수 | 18 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2021-08-31 |
출시 날짜 | 2021-08-31 |
개발자 | Magic Dev |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Context Search", "description": "Right click on the selected text and select the search website from the context menu.", "version": "0.0.1", "manifest_version": 2, "permissions": [ "contextMenus" ], "icons": { "128": "icon.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] } } |