Get All The Links!

A dead-simple & non-instrusive extension that displays all links from any page in the Console. Works great with Google SERPs.

Get All The Links! là gì?

Get All The Links! là một tiện ích mở rộng Chrome được phát triển bởi deniskoo, và tính năng chính của nó là "A dead-simple & non-instrusive extension that displays all links from any page in the Console. Works great with Google SERPs.".

Ả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 Get All The Links!

Tải xuống các tệp mở rộng Get All The Links! 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

                                            

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

Tên Get All The Links! Get All The Links!
ID jldddpjemlghoeiafbninefegmdadfnp
URL Chính Thức https://chromewebstore.google.com/detail/get-all-the-links/jldddpjemlghoeiafbninefegmdadfnp
Mô tả A dead-simple & non-instrusive extension that displays all links from any page in the Console. Works great with Google SERPs.
Kích Thước Tệp 46.39 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2018-03-13
Ngày Phát Hành 2018-03-13
Nhà Phát Triển deniskoo
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": "Get All The Links!",
    "description": "A dead-simple & non-instrusive extension that displays all links from any page in the Console. Works great with Google SERPs.",
    "version": "0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "content.js",
                "serp.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}