Link Collector

Collect all unique links in a page. Useful for getting information from a sitemap or other site with tons of links.

Link Collectorคืออะไร?

Link Collector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.lemonprogis.com และคุณลักษณะหลักของมันคือ "Collect all unique links in a page. Useful for getting information from a sitemap or other site with tons of links."

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

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

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

                        used to collect links from a web page. can export as csv. all links are unique.                    

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

ชื่อ Link Collector Link Collector
ID fmaheolegdnndagieolgdclpafcihpkj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/link-collector/fmaheolegdnndagieolgdclpafcihpkj
คำอธิบาย Collect all unique links in a page. Useful for getting information from a sitemap or other site with tons of links.
ขนาดไฟล์ 11.71 KB
จำนวนการติดตั้ง 193
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2017-05-25
วันที่เผยแพร่ 2017-05-25
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://www.lemonprogis.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link Collector",
    "version": "1.1",
    "description": "Collect all unique links in a page. Useful for getting information from a sitemap or other site with tons of links.",
    "permissions": [
        "tabs",
        ""
    ],
    "browser_action": {
        "default_title": "Link Collector",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}