Metaview
View social meta tags for a website
Metaview란 무엇입니까?
Metaview은(는) Tim Heap에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View social meta tags for a website"입니다.
확장 프로그램 스크린샷
Metaview 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Quickly view social meta tags for a page, and preview how your page will look when embedded on social media. A toolbar button is added that shows a popup containing all the meta tags on the current page. The meta tags are grouped by their consumers, with the Facebook and Twitter tabs showing an example of how the current page will display when shared on social media.
확장 프로그램 기본 정보
이름 | |
ID | bbbeepcgbknpibfpkgpnpdoopddngapc |
공식 URL | https://chromewebstore.google.com/detail/metaview/bbbeepcgbknpibfpkgpnpdoopddngapc |
설명 | View social meta tags for a website |
파일 크기 | 73.58 KB |
설치 횟수 | 46 |
현재 버전 | 1.0 |
최근 업데이트 | 2018-04-23 |
출시 날짜 | 2018-04-23 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Tim Heap |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/timheap/metaview/ |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Metaview", "version": "1.0", "description": "View social meta tags for a website", "homepage_url": "https:\/\/github.com\/timheap\/metaview", "icons": { "16": "assets\/logo-16.png", "32": "assets\/logo-32.png", "48": "assets\/logo-48.png", "96": "assets\/logo-96.png" }, "permissions": [ "activeTab", "storage" ], "browser_action": { "browser_style": true, "default_icon": { "16": "assets\/logo-16.png", "32": "assets\/logo-32.png", "48": "assets\/logo-48.png", "96": "assets\/logo-96.png" }, "default_title": "View meta tags", "default_popup": "popup\/metaview.html" } } |