Link Extractor

An easy to use extractor for hyperlinks on any page

什么是Link Extractor?

Link Extractor是由ultimateblaze1开发的Chrome扩展程序,该扩展的主要功能是“An easy to use extractor for hyperlinks on any page”。

扩展截图

screenshot

下载Link Extractor扩展crx文件

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

扩展使用说明

                        Easily extract all links from any website by just pressing the Apps icon.
You can also filter the result how you like.                    

扩展基本信息

名称 Link Extractor Link Extractor
ID ijknljdfdogfmhlbcfiohoaihoeegecc
官方URL https://chrome.google.com/webstore/detail/link-extractor/ijknljdfdogfmhlbcfiohoaihoeegecc
简介 An easy to use extractor for hyperlinks on any page
文件大小 876 KB
安装次数 4,873
当前版本 0.3
更新时间 2019-04-14
上架时间 2019-04-14
评分 3.83/5 共6次评分
开发者 ultimateblaze1
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link Extractor",
    "version": "0.3",
    "options_page": "html\/options.html",
    "incognito": "split",
    "description": "An easy to use extractor for hyperlinks on any page",
    "permissions": [
        "activeTab",
        "storage",
        "clipboardWrite",
        "contextMenus"
    ],
    "browser_action": {
        "default_title": "Extract the links on this page",
        "default_icon": {
            "16": "images\/hyperlink.png",
            "32": "images\/hyperlink.png",
            "48": "images\/hyperlink.png",
            "128": "images\/hyperlink.png"
        }
    },
    "icons": {
        "16": "images\/hyperlink.png",
        "32": "images\/hyperlink.png",
        "48": "images\/hyperlink.png",
        "128": "images\/hyperlink.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}