OGraph Previewer

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

Τι είναι το OGraph Previewer;

Το OGraph Previewer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Parthipan Natkunam, και η κύρια λειτουργία του είναι "A light-weight extension to preview the open graph tags ( og tags) of the page in your current tab".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης OGraph Previewer

Λήψη αρχείων επέκτασης OGraph Previewer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα OGraph Previewer OGraph Previewer
ID ggcfeakcnodgcmmllfdbmngekljbhiim
Επίσημο URL https://chromewebstore.google.com/detail/ograph-previewer/ggcfeakcnodgcmmllfdbmngekljbhiim
Περιγραφή A light-weight extension to preview the open graph tags ( og tags) of the page in your current tab
Μέγεθος Αρχείου 16.56 KB
Αριθμός Εγκαταστάσεων 8,737
Τρέχουσα Έκδοση 2.0.0
Τελευταία Ενημέρωση 2023-08-31
Ημερομηνία Δημοσίευσης 2021-01-20
Αξιολόγηση 4.56/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής Parthipan Natkunam
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}