Link grabber pro

Extract links from various website and also analyse it!

什么是Link grabber pro?

Link grabber pro是由Janarthanan开发的Chrome扩展程序,该扩展的主要功能是“Extract links from various website and also analyse it!”。

扩展截图

screenshot
screenshot
screenshot

下载Link grabber pro扩展crx文件

下载Link grabber pro扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Link grabber pro Link grabber pro
ID anmdhhemdaneikopdjaakppacljbnkpc
官方URL https://chrome.google.com/webstore/detail/link-grabber-pro/anmdhhemdaneikopdjaakppacljbnkpc
简介 Extract links from various website and also analyse it!
文件大小 67.58 KB
安装次数 619
当前版本 1.1
更新时间 2018-07-13
上架时间 2018-07-13
评分 2.67/5 共3次评分
开发者 Janarthanan
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.janaravi.com
帮助页面URL http://www.janaravi.com/linkgrabber.html
隐私政策页面URL http://www.janaravi.com/privacy
支持的语言 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
    }
}