OGraph Previewer

A light-weight extension to preview the open graph tags ( og tags) of the page in your current tab

Qu'est-ce que OGraph Previewer ?

OGraph Previewer est une extension Chrome développée par Parthipan Natkunam, et sa fonction principale est "A light-weight extension to preview the open graph tags ( og tags) of the page in your current tab".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension OGraph Previewer

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

                        Provides a quick preview of open graph data of the page on the current tab. This will give an idea of how the link would look if shared on social media platforms. This tool can be used to improve the SEO of your page while in development. It can also be used to check your open tags of the pages that are already in production.
You can also copy the existing og tag data on the page for debugging purposes.                    

Informations de Base sur l'Extension

Nom OGraph Previewer OGraph Previewer
ID ggcfeakcnodgcmmllfdbmngekljbhiim
URL Officiel https://chromewebstore.google.com/detail/ograph-previewer/ggcfeakcnodgcmmllfdbmngekljbhiim
Description A light-weight extension to preview the open graph tags ( og tags) of the page in your current tab
Taille du Fichier 16.56 KB
Nombre d'Installations 8,737
Version Actuelle 2.0.0
Dernière Mise à Jour 2023-08-31
Date de Publication 2021-01-20
Évaluation 4.56/5 Total 9 Évaluations
Développeur Parthipan Natkunam
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OGraph Previewer",
    "version": "2.0.0",
    "manifest_version": 3,
    "description": "A light-weight extension to preview the open graph tags ( og tags) of the page in your current tab",
    "author": "Parthipan Natkunam",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "oGraph Previewer",
        "default_popup": "browser_action.html"
    }
}