Meta tags - SEO Tool
This extension will list all the meta tags in a webpage
Meta tags - SEO Tool란 무엇입니까?
Meta tags - SEO Tool은(는) https://geekabhi.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will list all the meta tags in a webpage"입니다.
확장 프로그램 스크린샷
Meta tags - SEO Tool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension makes all meta tags within your reach in a single click. This will help you by listing all the meta tags used within a webpage. You don't need any technical knowledge to see what meta tags are used in a webpage. Just install the extension, and click the extension icon to see what meta tags has been set in the page.
확장 프로그램 기본 정보
이름 | Meta tags - SEO Tool |
ID | miihmfdpfdioogfbfofbnagblnjbjomg |
공식 URL | https://chromewebstore.google.com/detail/meta-tags-seo-tool/miihmfdpfdioogfbfofbnagblnjbjomg |
설명 | This extension will list all the meta tags in a webpage |
파일 크기 | 6.63 KB |
설치 횟수 | 998 |
현재 버전 | 1.1 |
최근 업데이트 | 2023-07-14 |
출시 날짜 | 2017-08-12 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | https://geekabhi.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Meta tags - SEO Tool", "description": "This extension will list all the meta tags in a webpage", "version": "1.1", "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "scripting", "tabs" ] } |