WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Link Klipper - Extract all links

Link Klipper - Extract all links

View on Chrome Web Store
View Link Klipper - Extract all links Chrome Extension on Chrome Web Store
Add to bookmarks
4.1 (207 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Extract all links on a webpage and export them to a file.
Type
Extension
Users
70,000 users
5K
Codebox
View author page of Codebox
Featured Extension

Hand-picked for quality and usefulness

Published
Published on July 11, 2014
Version 3.0
Manifest version
3
Updated
Updated on August 13, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Link Klipper - Extract all links Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "3.0",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "background": {
        "service_worker": "js\/Background.js"
    },
    "options_page": "pages\/options.html",
    "icons": {
        "16": "images\/klipper-small-logo.png",
        "48": "images\/klipper-small-logo.png",
        "128": "images\/klipper-small-logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/DebugLogger.js",
                "js\/DateFormatter.js",
                "js\/LinkProcessor.js",
                "js\/ArrayUtils.js",
                "js\/ErrorBoundary.js",
                "js\/ConnectionManager.js",
                "js\/ContainerHighlighter.js",
                "js\/LinkSelection.js",
                "js\/MouseTrap.js",
                "js\/ExtractSelected.js"
            ],
            "css": [
                "css\/core.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "action": {
        "default_icon": "images\/klipper-small-logo.png",
        "default_title": "Link Klipper Old: Extract the links of this page to a CSV",
        "default_popup": "pages\/popup.html"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "contextMenus",
        "management"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top