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!?

Get All The Links!是由deniskoo开发的Chrome扩展程序,该扩展的主要功能是“A dead-simple & non-instrusive extension that displays all links from any page in the Console. Works great with Google SERPs.”。

扩展截图

screenshot

下载Get All The Links!扩展crx文件

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

扩展使用说明

                                            

扩展基本信息

名称 Get All The Links! Get All The Links!
ID jldddpjemlghoeiafbninefegmdadfnp
官方URL https://chromewebstore.google.com/detail/get-all-the-links/jldddpjemlghoeiafbninefegmdadfnp
简介 A dead-simple & non-instrusive extension that displays all links from any page in the Console. Works great with Google SERPs.
文件大小 46.39 KB
安装次数 43
当前版本 0.1
更新时间 2018-03-13
上架时间 2018-03-13
开发者 deniskoo
付费类型 free
支持的语言 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"
    }
}