OGraph Previewer

OGraph Previewer

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

Merlin
Additional files are visible only to premium users

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"
  }
}