Right Click Search Google in New Tab

Adds a right click menu option to search for the selected text on Google in a new tab

Right Click Search Google in New Tab란 무엇입니까?

Right Click Search Google in New Tab은(는) RickBlyth.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds a right click menu option to search for the selected text on Google in a new tab"입니다.

확장 프로그램 스크린샷

screenshot

Right Click Search Google in New Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Adds an option to search selected text on Google in a new tab (as per the old default behaviour when right clicking on selected text).                    

확장 프로그램 기본 정보

이름 Right Click Search Google in New Tab Right Click Search Google in New Tab
ID ppcfblmpdleopbnmicipapljlogolife
공식 URL https://chromewebstore.google.com/detail/right-click-search-google/ppcfblmpdleopbnmicipapljlogolife
설명 Adds a right click menu option to search for the selected text on Google in a new tab
파일 크기 13.99 KB
설치 횟수 83
현재 버전 1.0
최근 업데이트 2023-08-16
출시 날짜 2023-08-16
평점 5.00/5 총 4 개의 평점
개발자 RickBlyth.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Right Click Search Google in New Tab",
    "version": "1.0",
    "description": "Adds a right click menu option to search for the selected text on Google in a new tab",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "serviceworker.js"
    },
    "options_ui": {
        "page": "popup.html",
        "open_in_tab": false
    }
}