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" ] } |