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文件
下載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 |
官方網址 | 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 |