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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension gets hreflang, alternate links on the active page"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Get hreflang and alternate links एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |