Search the current site
A toolbar button to search all pages of any website using Google.
Что такое Search the current site?
Search the current site - это расширение Chrome, разработанное https://tobias-schmidbauer.de, и его основная функция - "A toolbar button to search all pages of any website using Google.".
Снимки экрана расширения
Скачать файл CRX расширения Search the current site
Скачайте файлы расширений Search the current site в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" } |