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 là gì?
Ping DOM element là một tiện ích mở rộng Chrome được phát triển bởi Peter Kiss, và tính năng chính của nó là "This extension is rendering a green button if the given DOM element available on the specified URL and red one when it is not.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Ping DOM element
Tải xuống các tệp mở rộng Ping DOM element dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Ping DOM element |
ID | noicgnkdaioehijhiegibdoddnpnlemk |
URL Chính Thức | https://chromewebstore.google.com/detail/ping-dom-element/noicgnkdaioehijhiegibdoddnpnlemk |
Mô tả | This extension is rendering a green button if the given DOM element available on the specified URL and red one when it is not. |
Kích Thước Tệp | 47.99 KB |
Số Lần Cài Đặt | 42 |
Phiên Bản Hiện Tại | 0.2.7 |
Cập Nhật Lần Cuối | 2014-04-22 |
Ngày Phát Hành | 2014-04-22 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Peter Kiss |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 |