Link grabber pro

Extract links from various website and also analyse it!

Link grabber pro là gì?

Link grabber pro là một tiện ích mở rộng Chrome được phát triển bởi Janarthanan, và tính năng chính của nó là "Extract links from various website and also analyse it!".

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

screenshot
screenshot
screenshot

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

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

                        Grab links from various website !
# hold CTRL + drag to select area of link 
#hold ALT + click on link to select it  and right click  on the selected link  after that 
click download in context menu
#right click on the link and click download from context menu

Analyse website links!
click  current tab link button and you can get analyse the details of link 
in new tab!                    

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

Tên Link grabber pro Link grabber pro
ID anmdhhemdaneikopdjaakppacljbnkpc
URL Chính Thức https://chrome.google.com/webstore/detail/link-grabber-pro/anmdhhemdaneikopdjaakppacljbnkpc
Mô tả Extract links from various website and also analyse it!
Kích Thước Tệp 67.58 KB
Số Lần Cài Đặt 619
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2018-07-13
Ngày Phát Hành 2018-07-13
Đánh Giá 2.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Janarthanan
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.janaravi.com
URL Trang Trợ Giúp http://www.janaravi.com/linkgrabber.html
URL Trang Chính Sách Bảo Mật http://www.janaravi.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link grabber pro",
    "version": "1.1",
    "description": "Extract links from various website and also analyse it!",
    "browser_action": {
        "default_title": "Manage your links",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "128": "128.png"
    },
    "permissions": [
        "activeTab",
        "",
        "storage",
        "notifications",
        "contextMenus",
        "clipboardWrite",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    }
}