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 - это расширение Chrome, разработанное thisissimmon, и его основная функция - "Localhost Open Graph Debugger is a Chrome Extension for checking Open Graph meta tags of locally hosted websites.".
Снимки экрана расширения
Скачать файл CRX расширения Localhost Open Graph Debugger
Скачайте файлы расширений 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" } } |