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".
Снимки экрана расширения
Скачать файл 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 |
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" } } |