Get hreflang and alternate links
This extension gets hreflang, alternate links on the active page
Get hreflang and alternate links란 무엇입니까?
Get hreflang and alternate links은(는) rimraf에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension gets hreflang, alternate links on the active page"입니다.
확장 프로그램 스크린샷
Get hreflang and alternate links 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
An extension to get hreflang and alternate links on a specific page. Choose if the results should be printed in the console or as an overlay on the page. Very useful when you have localised markets and want to have all the links for the different pages just by visiting one of the sites. Open the extension with Cmd (or Alt)+Shift+K and press the Enter key to show links.
확장 프로그램 기본 정보
이름 | Get hreflang and alternate links |
ID | afofdmabehpamodocejblcoeoeddohep |
공식 URL | https://chromewebstore.google.com/detail/get-hreflang-and-alternat/afofdmabehpamodocejblcoeoeddohep |
설명 | This extension gets hreflang, alternate links on the active page |
파일 크기 | 1.08 MB |
설치 횟수 | 119 |
현재 버전 | 0.0.1.1 |
최근 업데이트 | 2023-02-22 |
출시 날짜 | 2023-01-11 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | rimraf |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Get hreflang and alternate links", "version": "0.0.1.1", "short_name": "Get hreflang links", "description": "This extension gets hreflang, alternate links on the active page", "author": "Rimraf", "icons": { "128": "icon_128.png", "286": "icon_286.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+Shift+K", "windows": "Alt+Shift+K", "mac": "Command+Shift+K", "chromeos": "Alt+Shift+K", "linux": "Alt+Shift+K" }, "description": "Open extension", "global": false } }, "action": { "default_icon": "icon_286.png", "default_popup": "get-hreflang.html", "default_title": "Get hreflang and alternate links" }, "permissions": [ "scripting", "activeTab" ] } |