ElementHistory
See what code created or updated a DOM element
ElementHistory क्या है?
ElementHistory Matt Zeunert द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See what code created or updated a DOM element"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ElementHistory एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Turn on element history in a tab by clicking the ElementHistory icon. Reload the page if you want to track the whole history.
More information: https://github.com/mattzeunert/ElementHistory
Report issues here: https://github.com/mattzeunert/ElementHistory/issues एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | idhhmihgigngdppfpklkdklfaikkecge |
| आधिकारिक URL | https://chromewebstore.google.com/detail/elementhistory/idhhmihgigngdppfpklkdklfaikkecge |
| विवरण | See what code created or updated a DOM element |
| फ़ाइल का आकार | 281 KB |
| स्थापना संख्या | 47 |
| वर्तमान संस्करण | 1.6 |
| अंतिम अपडेट | 2017-11-15 |
| प्रकाशन तिथि | 2017-11-15 |
| रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
| डेवलपर | Matt Zeunert |
| भुगतान के प्रकार | free |
| एक्सटेंशन वेबसाइट | https://github.com/mattzeunert/ElementHistory |
| सहायता पृष्ठ URL | https://github.com/mattzeunert/ElementHistory/issues |
| समर्थित भाषाएँ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "ElementHistory",
"description": "See what code created or updated a DOM element",
"version": "1.6",
"browser_action": [],
"icons": {
"64": "icon.png"
},
"background": {
"scripts": [
"background.js"
]
},
"devtools_page": "devtools.html",
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/*\/*"
],
"web_accessible_resources": [
"trackHistory.js"
]
} | |