Search in background tab

Opens the "Search google for" search in a background tab.

Search in background tab란 무엇입니까?

Search in background tab은(는) Pitmairen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Opens the "Search google for" search in a background tab."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Search in background tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension makes the new tab, that are opened by "Search google for" , open in the background instead of the foreground.

It should now work for latest versions of Chrome.

### Important ###

If it doesn't work. Go to the options page and follow the instructions. Make sure you have updated to version 0.0.7.

You find the options page at this url:

chrome-extension://fikfhablannhlgejpiklhbkonjkakodf/options.html

############

Changelog:

0.0.7:
- Update to manifest version 3
- Fix to make the extension work with the latest version of Chrome.


0.0.6:
-Update to manifest version 2
-Small change to default regexp

0.0.5:
-fix gcx for parameter                    

확장 프로그램 기본 정보

이름 Search in background tab Search in background tab
ID fikfhablannhlgejpiklhbkonjkakodf
공식 URL https://chromewebstore.google.com/detail/search-in-background-tab/fikfhablannhlgejpiklhbkonjkakodf
설명 Opens the "Search google for" search in a background tab.
파일 크기 10.44 KB
설치 횟수 674
현재 버전 0.0.7
최근 업데이트 2023-12-24
출시 날짜 2013-03-03
평점 4.11/5 총 64 개의 평점
개발자 Pitmairen
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Pitmairen/search-in-background-tab
도움말 페이지 URL https://github.com/Pitmairen/search-in-background-tab/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search in background tab",
    "version": "0.0.7",
    "manifest_version": 3,
    "description": "Opens the \"Search google for\" search in a background tab.",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "options_page": "options.html"
}