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”。

扩展截图

screenshot
screenshot

下载Get hreflang and alternate links扩展crx文件

下载Get hreflang and alternate links扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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"
    ]
}