WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
LinkLens - Preview links in floating tabs

LinkLens - Preview links in floating tabs

View on Chrome Web Store
View LinkLens - Preview links in floating tabs Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (5 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.

Ctrl+click or long-press any link to preview it in a floating window.
Type
Extension
Users
20 users
1
fyzanshaik.work
View author page of fyzanshaik.work
Published
Published on July 24, 2025
Version 1.3.5
Manifest version
3
Updated
Updated on January 5, 2026
make_chrome_yours/functionality
Extension Category
View on Chrome Web Store
View LinkLens - Preview links in floating tabs 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": "LinkLens - Preview links in floating tabs",
    "version": "1.3.5",
    "description": "Ctrl+click or long-press any link to preview it in a floating window.",
    "permissions": [
        "declarativeNetRequest",
        "storage"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon.png",
            "32": "icons\/icon.png"
        }
    },
    "icons": {
        "16": "icons\/icon.png",
        "32": "icons\/icon.png"
    }
}
© 2026 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