jQuery Event Callback Lister
Chrome Developer Tools extension for view jQuery callback events
What is jQuery Event Callback Lister?
jQuery Event Callback Lister is a Chrome extension developed by http://majorov.su, and its main feature is "Chrome Developer Tools extension for view jQuery callback events".
Extension Screenshots
Download jQuery Event Callback Lister Extension CRX File
Download jQuery Event Callback Lister extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | gmobkpfpeipnilecpklhfadghpfchphf |
Official URL | https://chrome.google.com/webstore/detail/jquery-event-callback-lis/gmobkpfpeipnilecpklhfadghpfchphf |
Description | Chrome Developer Tools extension for view jQuery callback events |
File Size | 22.79 KB |
Installation Count | 898 |
Current Version | 0.1 |
Last Updated | 2013-08-27 |
Publish Date | 2013-08-27 |
Rating | 1.80/5 Total 5 Ratings |
Developer | http://majorov.su |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://newhr.ru/useragreement |
Supported Languages | en |
manifest.json | |
{ "name": "jQuery Event Callback Lister", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Chrome Developer Tools extension for view jQuery callback events", "devtools_page": "pages\/devtools.html", "manifest_version": 2, "minimum_chrome_version": "18", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1", "icons": { "128": "images\/ico128.png", "48": "images\/ico48.png", "32": "images\/ico32.png", "24": "images\/ico24.png", "20": "images\/ico20.png", "16": "images\/ico16.png" } } |