Blue Button | the webpage X-ray
See title tags & meta description, scripts, stylesheets, images & fonts
Qu'est-ce que Blue Button | the webpage X-ray ?
Blue Button | the webpage X-ray est une extension Chrome développée par Voice Group, et sa fonction principale est "See title tags & meta description, scripts, stylesheets, images & fonts".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Blue Button | the webpage X-ray
Téléchargez les fichiers d'extension Blue Button | the webpage X-ray au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Blue Button | the webpage X-ray |
ID | ahbcoeleapdfhmlnjglbiaddohfncace |
URL Officiel | https://chromewebstore.google.com/detail/blue-button-the-webpage-x/ahbcoeleapdfhmlnjglbiaddohfncace |
Description | See title tags & meta description, scripts, stylesheets, images & fonts |
Taille du Fichier | 82.66 KB |
Nombre d'Installations | 10,000 |
Version Actuelle | 3.0.15 |
Dernière Mise à Jour | 2021-06-08 |
Date de Publication | 2018-02-14 |
Évaluation | 4.71/5 Total 21 Évaluations |
Développeur | Voice Group |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |