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 là gì?

Link Collector là một tiện ích mở rộng Chrome được phát triển bởi http://www.lemonprogis.com, và tính năng chính của nó là "Collect all unique links in a page. Useful for getting information from a sitemap or other site with tons of links.".

Tải xuống tệp CRX của tiện ích mở rộng Link Collector

Tải xuống các tệp mở rộng Link Collector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Link Collector Link Collector
ID fmaheolegdnndagieolgdclpafcihpkj
URL Chính Thức https://chrome.google.com/webstore/detail/link-collector/fmaheolegdnndagieolgdclpafcihpkj
Mô tả Collect all unique links in a page. Useful for getting information from a sitemap or other site with tons of links.
Kích Thước Tệp 11.71 KB
Số Lần Cài Đặt 193
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2017-05-25
Ngày Phát Hành 2017-05-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://www.lemonprogis.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}