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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον rimraf, και η κύρια λειτουργία του είναι "This extension gets hreflang, alternate links on the active page".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Get hreflang and alternate links
Λήψη αρχείων επέκτασης 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 |
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" ] } |