OG Spy
Show basic Open Graph tags
Qu'est-ce que OG Spy ?
OG Spy est une extension Chrome développée par jbw5600, et sa fonction principale est "Show basic Open Graph tags".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension OG Spy
Téléchargez les fichiers d'extension OG Spy 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
The Open Graph protocol enables any web page to become a rich object in a social graph. It can be achieved by placing numerous meta-tags in the page's header. This extension retrieves and displays few of them, namely: ● og:title ● og:description ● og:image If 'og:title' or 'og:description' are omitted, then values of standard 'title' and 'description' meta-tags will be displayed respectively. 'og:image' if exists, is displayed graphically.
Informations de Base sur l'Extension
Nom | OG Spy |
ID | gbladodjhonkijdnbbcfoingmljmolnp |
URL Officiel | https://chromewebstore.google.com/detail/og-spy/gbladodjhonkijdnbbcfoingmljmolnp |
Description | Show basic Open Graph tags |
Taille du Fichier | 13.77 KB |
Nombre d'Installations | 1,551 |
Version Actuelle | 1.02 |
Dernière Mise à Jour | 2018-10-22 |
Date de Publication | 2018-10-22 |
Évaluation | 4.60/5 Total 5 Évaluations |
Développeur | jbw5600 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OG Spy", "description": "Show basic Open Graph tags", "version": "1.02", "icons": { "16": "img128.png", "32": "img128.png", "48": "img128.png", "128": "img128.png" }, "browser_action": { "default_title": "OG Spy", "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |