Get hreflang and alternate links
This extension gets hreflang, alternate links on the active page
Vad är Get hreflang and alternate links?
Get hreflang and alternate links är en Chrome-tillägg utvecklad av rimraf, och dess huvudfunktion är "This extension gets hreflang, alternate links on the active page".
Tilläggsskärmbilder
Ladda ner Get hreflang and alternate links-förlängningens CRX-fil
Ladda ner Get hreflang and alternate links-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Get hreflang and alternate links |
ID | afofdmabehpamodocejblcoeoeddohep |
Officiell webbadress | https://chromewebstore.google.com/detail/get-hreflang-and-alternat/afofdmabehpamodocejblcoeoeddohep |
Beskrivning | This extension gets hreflang, alternate links on the active page |
Filstorlek | 1.08 MB |
Antal Installationer | 119 |
Aktuell Version | 0.0.1.1 |
Senast Uppdaterad | 2023-02-22 |
Publiceringsdatum | 2023-01-11 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | rimraf |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |