Search the current site
A toolbar button to search all pages of any website using Google.
Search the current site란 무엇입니까?
Search the current site은(는) https://tobias-schmidbauer.de에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A toolbar button to search all pages of any website using Google."입니다.
확장 프로그램 스크린샷
Search the current site 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Search any site you're on by the simple click of a button. The search is done not only on the 1 page you are viewing as [Ctrl]+[F] does but instead Google is used to "site search" within ALL pages of the site. How to customize: Right-click the 🔍 "Search this site" button, then click "Options". See second screenshot above for what options are available. ________________________________ Want the same functionality for searching websites in Firefox? Install the "Site Searcher" add-on from https://addons.mozilla.org/addon/site-searcher/
확장 프로그램 기본 정보
이름 | Search the current site |
ID | jliolpcnkmolaaecncdfeofombdekjcp |
공식 URL | https://chromewebstore.google.com/detail/search-the-current-site/jliolpcnkmolaaecncdfeofombdekjcp |
설명 | A toolbar button to search all pages of any website using Google. |
파일 크기 | 69 KB |
설치 횟수 | 104,764 |
현재 버전 | 9.4 |
최근 업데이트 | 2023-12-26 |
출시 날짜 | 2020-01-16 |
평점 | 4.52/5 총 319 개의 평점 |
개발자 | https://tobias-schmidbauer.de |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://spreadsheets.google.com/spreadsheet/viewform?formkey=dFFERkFfaFV6QTJJS284YWtueEV1QVE6MQ |
지원되는 언어 | id,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "9.4", "description": "__MSG_extDescription__", "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": false, "open_in_tab": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "punycodeconverter.js", "functions.js", "options_storage.js", "background.js" ] }, "default_locale": "en", "permissions": [ "activeTab", "contextMenus", "storage" ], "optional_permissions": [ "tabs" ], "browser_action": { "default_title": "__MSG_Search_this_site__", "default_icon": "icon128.png" }, "manifest_version": 2, "minimum_chrome_version": "35" } |