OGraph Previewer
A light-weight extension to preview the open graph tags ( og tags) of the page in your current tab
OGraph Previewer là gì?
OGraph Previewer là một tiện ích mở rộng Chrome được phát triển bởi Parthipan Natkunam, và tính năng chính của nó là "A light-weight extension to preview the open graph tags ( og tags) of the page in your current tab".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng OGraph Previewer
Tải xuống các tệp mở rộng OGraph Previewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | OGraph Previewer |
ID | ggcfeakcnodgcmmllfdbmngekljbhiim |
URL Chính Thức | https://chromewebstore.google.com/detail/ograph-previewer/ggcfeakcnodgcmmllfdbmngekljbhiim |
Mô tả | A light-weight extension to preview the open graph tags ( og tags) of the page in your current tab |
Kích Thước Tệp | 16.56 KB |
Số Lần Cài Đặt | 8,737 |
Phiên Bản Hiện Tại | 2.0.0 |
Cập Nhật Lần Cuối | 2023-08-31 |
Ngày Phát Hành | 2021-01-20 |
Đánh Giá | 4.56/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | Parthipan Natkunam |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |