Link Xtractor

Link Xtractor lets you extract all the links from Google Search Results or from any HTML page

Link Xtractorคืออะไร?

Link Xtractor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://startupflux.com และคุณลักษณะหลักของมันคือ "Link Xtractor lets you extract all the links from Google Search Results or from any HTML page"

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

screenshot

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

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

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

                        Link Xtractor is a powerful chrome extension which lets you extract all the links from Google Search Results or from any HTML page. Easy One click to copy all the links and store them.                    

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

ชื่อ Link Xtractor Link Xtractor
ID linpadcckihaambejadlidhkmnjipfnd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/link-xtractor/linpadcckihaambejadlidhkmnjipfnd
คำอธิบาย Link Xtractor lets you extract all the links from Google Search Results or from any HTML page
ขนาดไฟล์ 31.37 KB
จำนวนการติดตั้ง 2,080
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2018-03-28
วันที่เผยแพร่ 2018-03-28
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://startupflux.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link Xtractor",
    "description": "Link Xtractor lets you extract all the links from Google Search Results or from any HTML page",
    "version": "0.0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Link Xtractor",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        ""
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}