Search Terms Finder
Find the terms from last search in current page, with jump-to-term links and highlighting.
Что такое Search Terms Finder?
Search Terms Finder - это расширение Chrome, разработанное Zvi Adamovsky, и его основная функция - "Find the terms from last search in current page, with jump-to-term links and highlighting.".
Снимки экрана расширения
Скачать файл CRX расширения Search Terms Finder
Скачайте файлы расширений Search Terms Finder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Extension icon is enabled in any page navigated from search results. Click to quickly find/highlight search terms in the current page. Google and Bing are supported by default, other search engines can be added using extension's options. Inspired by SearchWP Firefox extension. New in v2.1: support multiple words wrapped in quotes.
Основная информация о расширении
Название | Search Terms Finder |
ID | nlngijlbkkbebjhdmapcjgplnademcne |
Официальный URL | https://chromewebstore.google.com/detail/search-terms-finder/nlngijlbkkbebjhdmapcjgplnademcne |
Описание | Find the terms from last search in current page, with jump-to-term links and highlighting. |
Размер файла | 53.81 KB |
Количество установок | 222 |
Текущая Версия | 2.1 |
Последнее Обновление | 2017-12-10 |
Дата публикации | 2017-12-10 |
Рейтинг | 3.80/5 Всего 5 оценок |
Разработчик | Zvi Adamovsky |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Search Terms Finder", "description": "Find the terms from last search in current page, with jump-to-term links and highlighting.", "version": "2.1", "background": { "persistent": false, "scripts": [ "rules.js", "background.js" ] }, "page_action": { "default_icon": "icon19.png", "default_popup": "popup.html" }, "options_page": "options.html", "icons": { "128": "icon128.png" }, "permissions": [ "webNavigation", "activeTab", "storage" ] } |