Any Link Finder!

Script that helps to find any link by searching your especific word within the link url

Any Link Finder!คืออะไร?

Any Link Finder! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.fabianalvarado.com และคุณลักษณะหลักของมันคือ "Script that helps to find any link by searching your especific word within the link url"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Any Link Finder!

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

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

                        Extension that highlights any link by searching your especific word within the link url                    

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

ชื่อ Any Link Finder! Any Link Finder!
ID hdmckdmnhbcgejfckfdhpdmlamngkeeg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/any-link-finder/hdmckdmnhbcgejfckfdhpdmlamngkeeg
คำอธิบาย Script that helps to find any link by searching your especific word within the link url
ขนาดไฟล์ 7.11 KB
จำนวนการติดตั้ง 103
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2018-05-28
วันที่เผยแพร่ 2018-05-28
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://www.fabianalvarado.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Any Link Finder!",
    "description": "Script that helps to find any link by searching your especific word within the link url",
    "version": "1.4",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Any Link Finder!",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "link_checker.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        ""
    ]
}