Ping DOM element
This extension is rendering a green button if the given DOM element available on the specified URL and red one when it is not.
Что такое Ping DOM element?
Ping DOM element - это расширение Chrome, разработанное Peter Kiss, и его основная функция - "This extension is rendering a green button if the given DOM element available on the specified URL and red one when it is not.".
Снимки экрана расширения
Скачать файл CRX расширения Ping DOM element
Скачайте файлы расширений Ping DOM element в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
The extension checks the given URL in the background periodically. It uses chrome's alarm API to do this so it does not consume to much resources. The frequency is around 1 request / minute. You can check for a specific element on the page too, doing this with the "elementToCheck" field, which accepts jQuery selectors. For example you can check the page http://www.bbc.co.uk/sport/0/football/ for having "Brighton" in the headlines. Where you should specify elementToCheck to div#more-new-headlines:contains(Brighton) . That is it. Enjoy using this tool!
Основная информация о расширении
Название | Ping DOM element |
ID | noicgnkdaioehijhiegibdoddnpnlemk |
Официальный URL | https://chromewebstore.google.com/detail/ping-dom-element/noicgnkdaioehijhiegibdoddnpnlemk |
Описание | This extension is rendering a green button if the given DOM element available on the specified URL and red one when it is not. |
Размер файла | 47.99 KB |
Количество установок | 42 |
Текущая Версия | 0.2.7 |
Последнее Обновление | 2014-04-22 |
Дата публикации | 2014-04-22 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Peter Kiss |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ping DOM element", "description": "This extension is rendering a green button if the given DOM element available on the specified URL and red one when it is not.", "version": "0.2.7", "author": "Peter Kiss |