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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |