Link Xtractor

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

Link Xtractor là gì?

Link Xtractor là một tiện ích mở rộng Chrome được phát triển bởi https://startupflux.com, và tính năng chính của nó là "Link Xtractor lets you extract all the links from Google Search Results or from any HTML page".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

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

Tải xuống các tệp mở rộng Link Xtractor 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

                        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.                    

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

Tên Link Xtractor Link Xtractor
ID linpadcckihaambejadlidhkmnjipfnd
URL Chính Thức https://chromewebstore.google.com/detail/link-xtractor/linpadcckihaambejadlidhkmnjipfnd
Mô tả Link Xtractor lets you extract all the links from Google Search Results or from any HTML page
Kích Thước Tệp 31.37 KB
Số Lần Cài Đặt 2,080
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2018-03-28
Ngày Phát Hành 2018-03-28
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://startupflux.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}