Localhost Open Graph Checker
Check Open Graph on internet unreachable sites like localhost or under basic auth. Temporary host site head tags on hashed url.
Localhost Open Graph Checker란 무엇입니까?
Localhost Open Graph Checker은(는) https://local-ogp.firebaseapp.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check Open Graph on internet unreachable sites like localhost or under basic auth. Temporary host site head tags on hashed url."입니다.
확장 프로그램 스크린샷
Localhost Open Graph Checker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Localhost Open Graph extension allows you to quick, easy and temporary your Open Graph tags hosting. Checking your Open Graph tags on developing environment, it usually not reachable from the Internet, was always too much hassle work :( We need to some proxy services like ngrok or need to just release it to internet. This extension is maybe BEST alternative solution for these works. == How It Works == 1. Click button and extension copies your active tabs HTML tag for host it on temporary page. 2. Automatically open your temporary page, it is reachable from internet service like twitter card validator, facebook debugger. 3. Check how your Open Graph tags works. 4. Erase temporary page by clicking Erase button.
확장 프로그램 기본 정보
이름 | Localhost Open Graph Checker |
ID | gcbnmkhkglonipggglncobhklaegphgn |
공식 URL | https://chromewebstore.google.com/detail/localhost-open-graph-chec/gcbnmkhkglonipggglncobhklaegphgn |
설명 | Check Open Graph on internet unreachable sites like localhost or under basic auth. Temporary host site head tags on hashed url. |
파일 크기 | 10.26 KB |
설치 횟수 | 10,000 |
현재 버전 | 1.0.5 |
최근 업데이트 | 2023-01-03 |
출시 날짜 | 2019-01-09 |
평점 | 3.71/5 총 41 개의 평점 |
개발자 | https://local-ogp.firebaseapp.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://local-ogp.firebaseapp.com/ |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.5", "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "https:\/\/local-ogp.firebaseapp.com\/" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "images\/icon.png", "24": "images\/icon.png", "32": "images\/icon.png" }, "default_title": "localhost open graph checker" }, "manifest_version": 3 } |