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은(는) Parthipan Natkunam에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A light-weight extension to preview the open graph tags ( og tags) of the page in your current tab"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

OGraph Previewer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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