Linker - Save. Group. Share.

All-in-one Bookmark and Snippets Manager

What is Linker - Save. Group. Share.?

Linker - Save. Group. Share. is a Chrome extension developed by https://getlinker.app, and its main feature is "All-in-one Bookmark and Snippets Manager".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Linker - Save. Group. Share. Extension CRX File

Download Linker - Save. Group. Share. 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

                        Linker has been upgraded to give you the power to organize your bookmarks into Workspaces, allowing you to keep your personal and work environments separate. You can further organize your bookmarks by creating folders and sub-folders. Moreover, you can now tag your bookmarks for easy searching and grouping.                    

Extension Basic Information

Name Linker - Save. Group. Share. Linker - Save. Group. Share.
ID higmpfakidjnhidefjieejmphpmlpbea
Official URL https://chromewebstore.google.com/detail/linker-save-group-share/higmpfakidjnhidefjieejmphpmlpbea
Description All-in-one Bookmark and Snippets Manager
File Size 4.69 MB
Installation Count 338
Current Version 2.0
Last Updated 2023-12-11
Publish Date 2021-07-19
Rating 5.00/5 Total 4 Ratings
Developer https://getlinker.app
Email [email protected]
Payment Type in_app
Extension Website https://getlinker.app
Help Page URL https://getlinker.tawk.help/
Privacy Policy Page URL https://getlinker.app/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Linker - Save. Group. Share.",
    "description": "All-in-one Bookmark and Snippets Manager",
    "homepage_url": "https:\/\/getlinker.app",
    "version": "2.0",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/favicon-16x16.png",
        "32": "icons\/favicon-32x32.png",
        "48": "icons\/mstile-70x70.png",
        "128": "icons\/mstile-150x150.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "cookies",
        "tabs",
        "contextMenus",
        "bookmarks",
        "storage"
    ],
    "action": [],
    "background": {
        "service_worker": ".\/static\/js\/background.js",
        "mode": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/static\/js\/content.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/getlinker.app\/*",
            "*:\/\/localhost\/*",
            "*:\/\/app.getlinker.app\/*"
        ],
        "accepts_tls_channel_id": false
    }
}