Open Google :site Search
Open new tabs of Google searches with the prefix :site in addition you can add extra queries for the search.
Open Google :site Search란 무엇입니까?
Open Google :site Search은(는) Mendy Leizerovich에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open new tabs of Google searches with the prefix :site in addition you can add extra queries for the search."입니다.
확장 프로그램 스크린샷
Open Google :site Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
An easy way to open new tabs of Google searches with the prefix :site in addition you can add queries for the search. The queries have to be separated by a new line. Such as: Domain: github.com Queries: microsoft google Will open: 1. site:github.com microsoft 2. site:github.com google In order to open the tabs in an incognito window, you should: 1. Right-click the extension icon. 2. Click Manage extensions. 3. Toggle the Allow in incognito option. 4. Use the extension in an incognito window. Uses the storage permission in order to let the user continue with the input values even if the popup closed. --- Search SVG icon is from: https://heroicons.dev/.
확장 프로그램 기본 정보
이름 | Open Google :site Search |
ID | mejfbineeogghdkgfegicofnndkoklhf |
공식 URL | https://chromewebstore.google.com/detail/open-google-site-search/mejfbineeogghdkgfegicofnndkoklhf |
설명 | Open new tabs of Google searches with the prefix :site in addition you can add extra queries for the search. |
파일 크기 | 14.59 KB |
설치 횟수 | 37 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2021-02-07 |
출시 날짜 | 2020-12-26 |
개발자 | Mendy Leizerovich |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/mendz/go-to-site-search/tree/prepare-upload-to-store |
도움말 페이지 URL | https://github.com/mendz/go-to-site-search/issues |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open Google :site Search", "short_name": "Search by :site", "description": "Open new tabs of Google searches with the prefix :site in addition you can add extra queries for the search.", "version": "1.0.2", "manifest_version": 2, "browser_action": { "default_title": "Open :site search", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ], "icons": { "16": "icons\/search-16x16.png", "32": "icons\/search-32x32.png", "48": "icons\/search-48x48.png", "60": "icons\/search-60x60.png", "128": "icons\/search-128x128.png" } } |