Localhost Open Graph Debugger
Localhost Open Graph Debugger is a Chrome Extension for checking Open Graph meta tags of locally hosted websites.
Qu'est-ce que Localhost Open Graph Debugger ?
Localhost Open Graph Debugger est une extension Chrome développée par thisissimmon, et sa fonction principale est "Localhost Open Graph Debugger is a Chrome Extension for checking Open Graph meta tags of locally hosted websites.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Localhost Open Graph Debugger
Téléchargez les fichiers d'extension Localhost Open Graph 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
Localhost Open Graph Debugger is a Chrome Extension for checking Open Graph meta tags of locally hosted websites. Since it temporarily hosts meta tags on our site, you can easily check them without using tunnels to localhost tool like ngrok.
Informations de Base sur l'Extension
Nom | Localhost Open Graph Debugger |
ID | kckjjmiilgndeaohcljonedmledlnkij |
URL Officiel | https://chromewebstore.google.com/detail/localhost-open-graph-debu/kckjjmiilgndeaohcljonedmledlnkij |
Description | Localhost Open Graph Debugger is a Chrome Extension for checking Open Graph meta tags of locally hosted websites. |
Taille du Fichier | 28 KB |
Nombre d'Installations | 4,333 |
Version Actuelle | 2.1 |
Dernière Mise à Jour | 2022-12-11 |
Date de Publication | 2021-09-15 |
Évaluation | 2.71/5 Total 7 Évaluations |
Développeur | thisissimmon |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://og.nullnull.dev |
URL de la Page d'Aide | https://twitter.com/thisissimmon |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Localhost Open Graph Debugger", "version": "2.1", "description": "Localhost Open Graph Debugger is a Chrome Extension for checking Open Graph meta tags of locally hosted websites.", "icons": { "16": "\/images\/icon-16x16.png", "32": "\/images\/icon-32x32.png", "48": "\/images\/icon-48x48.png", "128": "\/images\/icon-128x128.png" }, "action": { "default_icon": { "16": "\/images\/icon-16x16.png", "32": "\/images\/icon-32x32.png", "48": "\/images\/icon-48x48.png", "128": "\/images\/icon-128x128.png" }, "default_title": "Localhost Open Graph Debugger", "default_popup": "popup.html" }, "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "service-worker.js" } } |