background-search

Search for selected messages in background tabs. Chrome's context menu shifts focus to a new tab. This extension allows you to…

background-search란 무엇입니까?

background-search은(는) https://0-9.tumblr.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search for selected messages in background tabs. Chrome's context menu shifts focus to a new tab. This extension allows you to…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

background-search 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Search for selected messages in background tabs.

Chrome's context menu shifts focus to a new tab.

This extension allows you to keep tabs in the background.

see source.
https://github.com/kyo-ago/background-search                    

확장 프로그램 기본 정보

이름 background-search background-search
ID hokopjpmeglhfjpmjboooinnmmnljcom
공식 URL https://chromewebstore.google.com/detail/background-search/hokopjpmeglhfjpmjboooinnmmnljcom
설명 Search for selected messages in background tabs. Chrome's context menu shifts focus to a new tab. This extension allows you to…
파일 크기 8.82 KB
설치 횟수 112
현재 버전 0.4
최근 업데이트 2023-02-18
출시 날짜 2014-01-06
평점 5.00/5 총 3 개의 평점
개발자 https://0-9.tumblr.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "background-search",
    "version": "0.4",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "128": "img\/128.png"
    },
    "background": {
        "service_worker": ".\/src\/background.js"
    },
    "options_ui": {
        "page": ".\/src\/options.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage",
        "contextMenus"
    ]
}