Highlight google search result text
Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted
Что такое Highlight google search result text?
Highlight google search result text - это расширение Chrome, разработанное Zudwa, и его основная функция - "Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted".
Снимки экрана расширения
Скачать файл CRX расширения Highlight google search result text
Скачайте файлы расширений Highlight google search result text в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
Название | Highlight google search result text |
ID | kafonnappobpdlafifbfbenjabakmihe |
Официальный URL | https://chromewebstore.google.com/detail/highlight-google-search-r/kafonnappobpdlafifbfbenjabakmihe |
Описание | Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted |
Размер файла | 12.97 KB |
Количество установок | 75 |
Текущая Версия | 0.1.3 |
Последнее Обновление | 2014-04-03 |
Дата публикации | 2014-04-02 |
Рейтинг | 3.00/5 Всего 2 оценок |
Разработчик | Zudwa |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Highlight google search result text", "description": "Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted", "version": "0.1.3", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "google-search.js", "search-result.js" ] } ], "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage" ] } |