Get hreflang and alternate links

This extension gets hreflang, alternate links on the active page

Get hreflang and alternate links là gì?

Get hreflang and alternate links là một tiện ích mở rộng Chrome được phát triển bởi rimraf, và tính năng chính của nó là "This extension gets hreflang, alternate links on the active page".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Get hreflang and alternate links

Tải xuống các tệp mở rộng Get hreflang and alternate links dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Get hreflang and alternate links Get hreflang and alternate links
ID afofdmabehpamodocejblcoeoeddohep
URL Chính Thức https://chromewebstore.google.com/detail/get-hreflang-and-alternat/afofdmabehpamodocejblcoeoeddohep
Mô tả This extension gets hreflang, alternate links on the active page
Kích Thước Tệp 1.08 MB
Số Lần Cài Đặt 119
Phiên Bản Hiện Tại 0.0.1.1
Cập Nhật Lần Cuối 2023-02-22
Ngày Phát Hành 2023-01-11
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển rimraf
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}