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
Eメール [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"
    ]
}