Localhost Open Graph Debugger
Localhost Open Graph Debugger is a Chrome Extension for checking Open Graph meta tags of locally hosted websites.
什么是Localhost Open Graph Debugger?
Localhost Open Graph Debugger是由thisissimmon开发的Chrome扩展程序,该扩展的主要功能是“Localhost Open Graph Debugger is a Chrome Extension for checking Open Graph meta tags of locally hosted websites.”。
扩展截图
下载Localhost Open Graph Debugger扩展crx文件
下载Localhost Open Graph Debugger扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Localhost Open Graph Debugger is a Chrome Extension for checking Open Graph meta tags of locally hosted websites. Since it temporarily hosts meta tags on our site, you can easily check them without using tunnels to localhost tool like ngrok.
扩展基本信息
名称 | Localhost Open Graph Debugger |
ID | kckjjmiilgndeaohcljonedmledlnkij |
官方URL | https://chromewebstore.google.com/detail/localhost-open-graph-debu/kckjjmiilgndeaohcljonedmledlnkij |
简介 | Localhost Open Graph Debugger is a Chrome Extension for checking Open Graph meta tags of locally hosted websites. |
文件大小 | 28 KB |
安装次数 | 4,333 |
当前版本 | 2.1 |
更新时间 | 2022-12-11 |
上架时间 | 2021-09-15 |
评分 | 2.71/5 共7次评分 |
开发者 | thisissimmon |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://og.nullnull.dev |
帮助页面URL | https://twitter.com/thisissimmon |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Localhost Open Graph Debugger", "version": "2.1", "description": "Localhost Open Graph Debugger is a Chrome Extension for checking Open Graph meta tags of locally hosted websites.", "icons": { "16": "\/images\/icon-16x16.png", "32": "\/images\/icon-32x32.png", "48": "\/images\/icon-48x48.png", "128": "\/images\/icon-128x128.png" }, "action": { "default_icon": { "16": "\/images\/icon-16x16.png", "32": "\/images\/icon-32x32.png", "48": "\/images\/icon-48x48.png", "128": "\/images\/icon-128x128.png" }, "default_title": "Localhost Open Graph Debugger", "default_popup": "popup.html" }, "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "service-worker.js" } } |