OG Spy
Show basic Open Graph tags
Was ist OG Spy?
OG Spy ist eine Chrome-Erweiterung, die von jbw5600 entwickelt wurde, und ihr Hauptmerkmal ist "Show basic Open Graph tags".
Erweiterungsscreenshots
OG Spy-Erweiterungs-CRX-Datei herunterladen
Laden Sie OG Spy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | gbladodjhonkijdnbbcfoingmljmolnp |
| Offizielle URL | https://chromewebstore.google.com/detail/og-spy/gbladodjhonkijdnbbcfoingmljmolnp |
| Beschreibung | Show basic Open Graph tags |
| Dateigröße | 13.77 KB |
| Installationsanzahl | 1,551 |
| Aktuelle Version | 1.02 |
| Letztes Update | 2018-10-22 |
| Veröffentlichungsdatum | 2018-10-22 |
| Bewertung | 4.60/5 Insgesamt 5 Bewertungen |
| Entwickler | jbw5600 |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |