Elements highlighter
Highlights items by css class prefix or attribute name
Elements highlighter क्या है?
Elements highlighter Egor Ivanov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Highlights items by css class prefix or attribute name"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Elements highlighter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Red color for items that have highlighted children. Blue for items without highlighted children.
एक्सटेंशन की मूल जानकारी
नाम | Elements highlighter |
ID | jkklghcbhnagpddobffcifghgmkmojjf |
आधिकारिक URL | https://chromewebstore.google.com/detail/elements-highlighter/jkklghcbhnagpddobffcifghgmkmojjf |
विवरण | Highlights items by css class prefix or attribute name |
फ़ाइल का आकार | 198 KB |
स्थापना संख्या | 52 |
वर्तमान संस्करण | 1.10.0 |
अंतिम अपडेट | 2020-05-23 |
प्रकाशन तिथि | 2020-05-22 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | Egor Ivanov |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Elements highlighter", "description": "Highlights items by css class prefix or attribute name", "version": "1.10.0", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "96": "images\/icon96.png", "128": "images\/icon128.png" }, "permissions": [ "activeTab", "storage" ], "background": { "scripts": [ "js\/background.js", "js\/highlightElements.js" ], "persistent": false }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "commands": { "highlight": { "suggested_key": { "default": "Ctrl+H", "mac": "MacCtrl+H" }, "description": "Highlight elements" } }, "options_page": "options.html", "browser_action": { "default_title": "Highlight elements", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "96": "images\/icon96.png", "128": "images\/icon128.png" }, "default_popup": "popup.html" }, "manifest_version": 2 } |