Meta Debugger
Debug the head section of any webpage in a comfortable way.
Meta Debugger क्या है?
Meta Debugger bluemoehre द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Debug the head section of any webpage in a comfortable way."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Meta Debugger एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This Chrome extension was made to simplify the daily work with webpage meta data (head contents) like titles, canonicals, Open Graph data, icons and many more things. It will add another panel to your Chrome DevTools and allow you to see all information at a glance, nicely grouped and in real time. - Results are displayed in their source code order - The result list is always kept up-to-date. When (for whatever reason) it seems stucked, you may press the reload button located at the upper right. - The filter can be easily used by starting typing (the input doesn't need to be focused before) - You can filter by multiple arguments if you use `,` as delimiter (e.g. "title, canonical") - To show up result options/actions simply hover its row If you find some bugs please report them via Github: https://github.com/bluemoehre/chrome-meta-debugger Thanks!
एक्सटेंशन की मूल जानकारी
नाम | Meta Debugger |
ID | jfpdemgdamgplelnlmaecbonkfgfgomp |
आधिकारिक URL | https://chromewebstore.google.com/detail/meta-debugger/jfpdemgdamgplelnlmaecbonkfgfgomp |
विवरण | Debug the head section of any webpage in a comfortable way. |
फ़ाइल का आकार | 59.75 KB |
स्थापना संख्या | 1,782 |
वर्तमान संस्करण | 0.7 |
अंतिम अपडेट | 2018-12-20 |
प्रकाशन तिथि | 2018-12-19 |
रेटिंग | 4.89/5 कुल 9 रेटिंग्स |
डेवलपर | bluemoehre |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/bluemoehre/chrome-meta-debugger |
सहायता पृष्ठ URL | https://github.com/bluemoehre/chrome-meta-debugger/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Meta Debugger", "description": "Debug the head section of any webpage in a comfortable way.", "version": "0.7", "author": "bluemoehre", "permissions": [ "activeTab", "*:\/\/*\/*" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/icon.png", "38": "img\/icon38.png" }, "default_title": "Meta Debugger Extension", "default_popup": "html\/popup.html" }, "background": { "scripts": [ "js\/background.js" ] }, "devtools_page": "html\/background-devtools.html" } |