ChromeSiteSearch
Search the current website deeply using the power of the most popular search engines.
Что такое ChromeSiteSearch?
ChromeSiteSearch - это расширение Chrome, разработанное Влатко Стојанов, и его основная функция - "Search the current website deeply using the power of the most popular search engines.".
Снимки экрана расширения
Скачать файл CRX расширения ChromeSiteSearch
Скачайте файлы расширений ChromeSiteSearch в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
ChromeSiteSearch is an extension for Google Chrome web browser which allows you to search the current website you are on deeply using the power of the most popular search engines. No matter if the current website doesn't have search option you can still search the website using this extension. The search is performed deeply on per-domain basis, not only on the current page of the website. With this extension you can search very easy with just one click or even easier by pressing the extension shortcut Ctrl+Shift+S on your keyboard. You can even choose if you want to search words separately or the whole phrase. At the moment ChromeSiteSearch supports the following search engines with more to come: Google Yahoo Bing DuckDuckGo Yandex Changelog: 2.3.2 - 28.10.2015 * ChromeSiteSearch is now on Chrome Web Store, woohoo! 2.3.1 - 14.10.2015 * Added Yandex search engine * The extension is now disabled on "chrome-extension//" pages because there's nothing to search for * Fixed bug where extension doesn't work when it's initialised for first time until you change something in settings 2.3 - 20.10.2015 * Use HTTPS for Bing * Added DuckDuckGo search engine * After clicking on the checkbox Word field is automatically focused 2.2 - 04.06.2015 * Completely rewritten search query preparation algorithm * As result, now you can search not only with Google but with Yahoo and Bing too! * Added options page, feel free to choose your search engine! Default search engine is Google. * Added option to search phrases by default * Now you can quick navigate from Word field to Phrase checkbox by clicking on Tab button 2.1 - 20.02.2015 * Fixed low resolution icon appearing in "chrome://extensions" * Bumped minimum Chrome version from version 18 to version 20 due to storage permission (and seriously, update your browser) * Added Extension homepage. Right click on the extension and choose the extension name 2.0 - 11.02.2015 * Completely new modern and flat design * New modern and flat icon * The extension now loads much faster * Added option to search for phrases * The extension is now disabled on "chrome//" pages because there's nothing to search for * Now the extension will prevent search if the "Word" field is empty * Added keyboard shortcut for quick access, just press Ctrl+Shift+S * CSS tweaks for better text readability (text smoothing) * Updated jQuery
Основная информация о расширении
Название | |
ID | middoffjfemjjnmiomnnmgbbofagimmp |
Официальный URL | https://chrome.google.com/webstore/detail/chromesitesearch/middoffjfemjjnmiomnnmgbbofagimmp |
Описание | Search the current website deeply using the power of the most popular search engines. |
Размер файла | 121 KB |
Количество установок | 469 |
Текущая Версия | 2.3.2 |
Последнее Обновление | 2018-06-16 |
Дата публикации | 2018-06-16 |
Рейтинг | 5.00/5 Всего 6 оценок |
Разработчик | Влатко Стојанов |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://chromesitesearch.x10.mx/ |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "\u0412\u043b\u0430\u0442\u043a\u043e \u0421\u0442\u043e\u0458\u0430\u043d\u043e\u0432", "background": { "scripts": [ "js\/popup.js" ] }, "browser_action": { "default_icon": "ikoni\/128.png", "default_popup": "popup.html", "default_title": "ChromeSiteSearch" }, "description": "Search the current website deeply using the power of the most popular search engines.", "icons": { "128": "ikoni\/128.png", "64": "ikoni\/64.png", "48": "ikoni\/48.png", "32": "ikoni\/32.png", "16": "ikoni\/16.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+S" } } }, "manifest_version": 2, "minimum_chrome_version": "20", "name": "ChromeSiteSearch", "homepage_url": "http:\/\/chromesitesearch.x10.mx\/", "omnibox": { "keyword": "src" }, "optional_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*" ], "permissions": [ "activeTab", "tabs", "contextMenus", "storage" ], "options_page": "options.html", "requirements": { "3D": { "features": [ "webgl" ] } }, "version": "2.3.2" } |