Link Grabber

An easy to use extractor or grabber for hyperlinks on an HTML page

Link Grabber là gì?

Link Grabber là một tiện ích mở rộng Chrome được phát triển bởi Don, và tính năng chính của nó là "An easy to use extractor or grabber for hyperlinks on an HTML page".

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

screenshot
screenshot

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

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

                        Extract links from an HTML page and display them in another tab.

Features:
* Requires no special permissions
* No usage information / analytics are collected from you
* Use either browser action button or context menu item to activate
* Configurable list of blocked domains
* Filter links by substring match
* Copy links to clipboard
* Show/hide links that appear more than once on the page
* Show/hide links to the same hostname as the source page
* Group links by domain

Source Code:
https://github.com/7fffffff/linkgrabber

Thanks to:

Icons by FatCow
http://www.fatcow.com/free-icons

React
http://facebook.github.io/react/

Twitter Bootstrap
http://twitter.github.com/bootstrap                    

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

Tên Link Grabber Link Grabber
ID caodelkhipncidmoebgbbeemedohcdma
URL Chính Thức https://chromewebstore.google.com/detail/link-grabber/caodelkhipncidmoebgbbeemedohcdma
Mô tả An easy to use extractor or grabber for hyperlinks on an HTML page
Kích Thước Tệp 200 KB
Số Lần Cài Đặt 211,861
Phiên Bản Hiện Tại 0.5.2
Cập Nhật Lần Cuối 2023-04-30
Ngày Phát Hành 2017-11-10
Đánh Giá 4.58/5 Tổng số 219 Đánh Giá
Nhà Phát Triển Don
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/7fffffff/linkgrabber
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link Grabber",
    "manifest_version": 2,
    "version": "0.5.2",
    "description": "An easy to use extractor or grabber for hyperlinks on an HTML page",
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "contextMenus",
        "storage"
    ],
    "incognito": "split",
    "options_page": "\/html\/options.html",
    "icons": {
        "16": "\/images\/link_go_16.png",
        "32": "\/images\/link_go_32.png",
        "48": "\/images\/link_go_48.png",
        "128": "\/images\/link_go_128.png"
    },
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "\/images\/link_go_19.png",
        "default_title": "Extract the links on this page"
    }
}