Blue Button | the webpage X-ray
See title tags & meta description, scripts, stylesheets, images & fonts
Blue Button | the webpage X-ray क्या है?
Blue Button | the webpage X-ray Voice Group द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See title tags & meta description, scripts, stylesheets, images & fonts"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Blue Button | the webpage X-ray एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Creative or creator, designer or developer, chances are you don’t look at websites the same way most people do. Blue Button gives you a run-down of all essential web design, graphic and SEO elements in one click. Instantly see beneath the surface, and get all the info you need on any web page, whilst on the go. FOR SEO MANAGERS Easily access SEO related information such as title tag content, meta description, header information such as canonical url, image alt tags, authorship tags (publisher tag, author tag) etc FOR CONTENT MANAGERS AND COPYWRITERS Easily copy & paste meta description and title tag to new websites FOR DEVELOPERS Access a list of all scripts and stylesheets used on the site. View meta generator, wordpress scripts and theme references FOR WEB DESIGNERS View site favicon, touch icons and other images. Find out what google fonts are loaded
एक्सटेंशन की मूल जानकारी
नाम | Blue Button | the webpage X-ray |
ID | ahbcoeleapdfhmlnjglbiaddohfncace |
आधिकारिक URL | https://chromewebstore.google.com/detail/blue-button-the-webpage-x/ahbcoeleapdfhmlnjglbiaddohfncace |
विवरण | See title tags & meta description, scripts, stylesheets, images & fonts |
फ़ाइल का आकार | 82.66 KB |
स्थापना संख्या | 10,000 |
वर्तमान संस्करण | 3.0.15 |
अंतिम अपडेट | 2021-06-08 |
प्रकाशन तिथि | 2018-02-14 |
रेटिंग | 4.71/5 कुल 21 रेटिंग्स |
डेवलपर | Voice Group |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "blue-button-icon-128x128.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "dom.js" ], "matches": [ "*:\/\/*\/*" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "See title tags & meta description, scripts, stylesheets, images & fonts", "icons": { "128": "blue-button-icon-128x128.png" }, "manifest_version": 2, "name": "Blue Button | the webpage X-ray", "permissions": [], "short_name": "Blue Button", "version": "3.0.15" } |