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은(는) Peter Kiss에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |