Link Extractor

An easy to use extractor for hyperlinks on any page

Link Extractorคืออะไร?

Link Extractor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ultimateblaze1 และคุณลักษณะหลักของมันคือ "An easy to use extractor for hyperlinks on any page"

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

screenshot

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

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

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

                        Easily extract all links from any website by just pressing the Apps icon.
You can also filter the result how you like.                    

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

ชื่อ Link Extractor Link Extractor
ID ijknljdfdogfmhlbcfiohoaihoeegecc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/link-extractor/ijknljdfdogfmhlbcfiohoaihoeegecc
คำอธิบาย An easy to use extractor for hyperlinks on any page
ขนาดไฟล์ 876 KB
จำนวนการติดตั้ง 4,873
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2019-04-14
วันที่เผยแพร่ 2019-04-14
คะแนน 3.83/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา ultimateblaze1
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link Extractor",
    "version": "0.3",
    "options_page": "html\/options.html",
    "incognito": "split",
    "description": "An easy to use extractor for hyperlinks on any page",
    "permissions": [
        "activeTab",
        "storage",
        "clipboardWrite",
        "contextMenus"
    ],
    "browser_action": {
        "default_title": "Extract the links on this page",
        "default_icon": {
            "16": "images\/hyperlink.png",
            "32": "images\/hyperlink.png",
            "48": "images\/hyperlink.png",
            "128": "images\/hyperlink.png"
        }
    },
    "icons": {
        "16": "images\/hyperlink.png",
        "32": "images\/hyperlink.png",
        "48": "images\/hyperlink.png",
        "128": "images\/hyperlink.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}