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
官方網址 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"
    ]
}