Search It!
Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.
Что такое Search It!?
Search It! - это расширение Chrome, разработанное https://upway2late.com, и его основная функция - "Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.".
Снимки экрана расширения
Скачать файл CRX расширения Search It!
Скачайте файлы расширений Search It! в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension is for easily initiating new Google searches. The search term box supports Google auto suggest. Domain options are Any/Current/Specify. Current & Specify searches save the domain for re-use later. Type options are Web/Image/Video/Maps/News/Shopping. Results can be sent to the current tab, a new tab, or a new window. Searches are (optionally) stored for future re-use. All stored search and domain information can be easily deleted.
Основная информация о расширении
Название | Search It! |
ID | bojojkkfhcebglmfbmaplhfkjfhaefaj |
Официальный URL | https://chromewebstore.google.com/detail/search-it/bojojkkfhcebglmfbmaplhfkjfhaefaj |
Описание | Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use. |
Размер файла | 42.08 KB |
Количество установок | 226 |
Текущая Версия | 1.0.0.0 |
Последнее Обновление | 2016-09-22 |
Дата публикации | 2016-09-22 |
Рейтинг | 5.00/5 Всего 5 оценок |
Разработчик | https://upway2late.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://www.upway2late.com/projects/chrome-google-search-extension |
URL страницы помощи | http://www.upway2late.com/projects/chrome-google-search-extension |
URL страницы политики конфиденциальности | http://www.upway2late.com |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search It!", "version": "1.0.0.0", "description": "Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.", "icons": { "16": "world_16.png", "48": "world_48.png", "128": "world_128.png" }, "browser_action": { "default_icon": "world_19.png", "default_title": "Search It!", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/google.com\/" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "manifest_version": 2 } |