Get hreflang and alternate links
This extension gets hreflang, alternate links on the active page
Co to jest Get hreflang and alternate links?
Get hreflang and alternate links to rozszerzenie Chrome opracowane przez rimraf, a jego główną funkcją jest „This extension gets hreflang, alternate links on the active page”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Get hreflang and alternate links
Pobierz pliki rozszerzeń Get hreflang and alternate links w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Get hreflang and alternate links |
ID | afofdmabehpamodocejblcoeoeddohep |
Oficjalny URL | https://chromewebstore.google.com/detail/get-hreflang-and-alternat/afofdmabehpamodocejblcoeoeddohep |
Opis | This extension gets hreflang, alternate links on the active page |
Rozmiar pliku | 1.08 MB |
Liczba instalacji | 119 |
Aktualna Wersja | 0.0.1.1 |
Ostatnia Aktualizacja | 2023-02-22 |
Data Publikacji | 2023-01-11 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | rimraf |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |