External Links

List external links and anchor text.

External Linksคืออะไร?

External Links เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dejanmarketing.com และคุณลักษณะหลักของมันคือ "List external links and anchor text."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย External Links

ดาวน์โหลดไฟล์ส่วนขยาย External Links ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Lists all external links on the page and their anchor text. Shows the total number of external links.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ External Links External Links
ID kfcngcocjhfanoncnkdjjlploklclfhp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/external-links/kfcngcocjhfanoncnkdjjlploklclfhp
คำอธิบาย List external links and anchor text.
ขนาดไฟล์ 8.11 KB
จำนวนการติดตั้ง 177
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2023-04-13
วันที่เผยแพร่ 2023-04-01
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://dejanmarketing.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://dejanmarketing.com/
URL หน้าช่วยเหลือ https://dejanmarketing.com/contact-us/
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "External Links",
    "version": "1.1",
    "description": "List external links and anchor text.",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    }
}