OG Spy
Show basic Open Graph tags
Wat is OG Spy?
OG Spy is een Chrome-extensie ontwikkeld door jbw5600, en de belangrijkste functie is "Show basic Open Graph tags".
Extensie Screenshots
Download het CRX-bestand van de extensie OG Spy
Download OG Spy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | OG Spy |
ID | gbladodjhonkijdnbbcfoingmljmolnp |
Officiële URL | https://chromewebstore.google.com/detail/og-spy/gbladodjhonkijdnbbcfoingmljmolnp |
Beschrijving | Show basic Open Graph tags |
Bestandsgrootte | 13.77 KB |
Aantal Installaties | 1,551 |
Huidige Versie | 1.02 |
Laatst Bijgewerkt | 2018-10-22 |
Publicatiedatum | 2018-10-22 |
Beoordeling | 4.60/5 Totaal 5 Beoordelingen |
Ontwikkelaar | jbw5600 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |