Meta Debugger

Debug the head section of any webpage in a comfortable way.

Qu'est-ce que Meta Debugger ?

Meta Debugger est une extension Chrome développée par bluemoehre, et sa fonction principale est "Debug the head section of any webpage in a comfortable way.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Meta Debugger

Téléchargez les fichiers d'extension Meta Debugger 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

                        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!                    

Informations de Base sur l'Extension

Nom Meta Debugger Meta Debugger
ID jfpdemgdamgplelnlmaecbonkfgfgomp
URL Officiel https://chromewebstore.google.com/detail/meta-debugger/jfpdemgdamgplelnlmaecbonkfgfgomp
Description Debug the head section of any webpage in a comfortable way.
Taille du Fichier 59.75 KB
Nombre d'Installations 1,782
Version Actuelle 0.7
Dernière Mise à Jour 2018-12-20
Date de Publication 2018-12-19
Évaluation 4.89/5 Total 9 Évaluations
Développeur bluemoehre
Type de Paiement free
Site Web de l'Extension https://github.com/bluemoehre/chrome-meta-debugger
URL de la Page d'Aide https://github.com/bluemoehre/chrome-meta-debugger/issues
Langues Prises en Charge 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"
}