Linkwarden

The browser extension for Linkwarden.

What is Linkwarden?

Linkwarden is a Chrome extension developed by https://linkwarden.app, and its main feature is "The browser extension for Linkwarden.".

Extension Screenshots

screenshot

Download Linkwarden Extension CRX File

Download Linkwarden 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 for Linkwarden, a self-hosted, open-source collaborative bookmark manager to collect, organize and archive webpages.                    

Extension Basic Information

Name Linkwarden Linkwarden
ID pnidmkljnhbjfffciajlcpeldoljnidn
Official URL https://chromewebstore.google.com/detail/linkwarden/pnidmkljnhbjfffciajlcpeldoljnidn
Description The browser extension for Linkwarden.
File Size 166 KB
Installation Count 2,192
Current Version 1.2.5
Last Updated 2024-01-01
Publish Date 2023-09-17
Rating 4.50/5 Total 2 Ratings
Developer https://linkwarden.app
Email [email protected]
Payment Type free
Extension Website https://linkwarden.app/
Privacy Policy Page URL https://linkwarden.app/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Linkwarden",
    "description": "The browser extension for Linkwarden.",
    "homepage_url": "https:\/\/linkwarden.app\/",
    "version": "1.2.5",
    "action": {
        "default_popup": ".\/index.html",
        "default_icon": {
            "16": ".\/16.png",
            "32": ".\/32.png",
            "48": ".\/48.png",
            "128": ".\/128.png"
        },
        "default_title": "Linkwarden"
    },
    "options_ui": {
        "page": ".\/src\/pages\/Options\/options.html",
        "browser_style": false
    },
    "icons": {
        "16": ".\/16.png",
        "32": ".\/32.png",
        "48": ".\/48.png",
        "128": ".\/128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+K",
                "mac": "MacCtrl+Shift+K"
            }
        }
    }
}