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.

What is Get All The Links!?

Get All The Links! is a Chrome extension developed by deniskoo, and its main feature is "A dead-simple & non-instrusive extension that displays all links from any page in the Console. Works great with Google SERPs.".

Extension Screenshots

screenshot

Download Get All The Links! Extension CRX File

Download Get All The Links! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Get All The Links! Get All The Links!
ID jldddpjemlghoeiafbninefegmdadfnp
Official URL https://chromewebstore.google.com/detail/get-all-the-links/jldddpjemlghoeiafbninefegmdadfnp
Description A dead-simple & non-instrusive extension that displays all links from any page in the Console. Works great with Google SERPs.
File Size 46.39 KB
Installation Count 43
Current Version 0.1
Last Updated 2018-03-13
Publish Date 2018-03-13
Developer deniskoo
Payment Type free
Supported Languages 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"
    }
}