LinkCollect - Save & Share Bookmarks

linkcollect is the simplest way to save & share web links, bookmarks or tabs from anywhere to anyone

What is LinkCollect - Save & Share Bookmarks?

LinkCollect - Save & Share Bookmarks is a Chrome extension developed by https://linkcollect.io, and its main feature is "linkcollect is the simplest way to save & share web links, bookmarks or tabs from anywhere to anyone".

Extension Screenshots

screenshot
screenshot

Download LinkCollect - Save & Share Bookmarks Extension CRX File

Download LinkCollect - Save & Share Bookmarks 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

                        A tool to help you save, collect and share links and resource bundles with your friends faster and easier. We help you create folders of links and share with your friends, Save all your tab groups simply with just a right click 🤩 or commands (ALT + C) or (Alt +A). You can also use ALT + W to open the extension without doing anything

✅ Use our browser extension on any browser to save any link to your collection with just a right click on the page to save ✅ or a command (Alt + C)

✅ we create a shareable link instantly so you can share your bookmarks with your friends super fast ⚡️

✅ Use our commands and key shortcuts anywhere on your browser to save your time, do things that matters instead 👀 , Try ALT + A to save all open tabs in seconds. 

Copy the link and share it with anyone, see how many people saw it in the dashboard, edit it to add notes and change anything about it

✅ Use right click select and save all links in the selection in one click 

✅Linkcollect will help you do following in very simple and easy way:

🔒For Private Use (in extension)
- Save all of your tabs as session so you can reopen them later
- Save bookmarks in folders or collections, and share them with anyone
- Search across bookmarks, add notes to your bookmarks and search with notes
- Access them anywhere by just logging in to you account on pc, multiple logins from same accounts are also supported
- Use right click to select and save all links in the selection in one click, share it aith anyone by making it public

🪄In Dashboard
- Explore collections created by other users, Save and duplicate collections you 
 found in explore page, to your personal account
- Search on linkcollect for learning resources or any thing you might be looking for, profile of users discover the most viewed collections. 
- Share your linkcollect profile, just like you share any other social, so people can checkout your links and collections (public ones) easily. 

Coming Soon 
- add reminders to your bookmarks while you save it, so you don’t forget it later


Never Forget a Link Again                    

Extension Basic Information

Name LinkCollect - Save & Share Bookmarks LinkCollect - Save & Share Bookmarks
ID knekpacpcgkieomkhhngenjeeokddkif
Official URL https://chromewebstore.google.com/detail/linkcollect-save-share-bo/knekpacpcgkieomkhhngenjeeokddkif
Description linkcollect is the simplest way to save & share web links, bookmarks or tabs from anywhere to anyone
File Size 1.49 MB
Installation Count 1,346
Current Version 1.1.3
Last Updated 2023-10-12
Publish Date 2023-04-26
Rating 5.00/5 Total 10 Ratings
Developer https://linkcollect.io
Email [email protected]
Payment Type free
Extension Website https://linkcollect.io/
Help Page URL https://linkcollect.super.site/help
Privacy Policy Page URL https://linkcollect.io/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LinkCollect - Save & Share Bookmarks",
    "version": "1.1.3",
    "description": "linkcollect is the simplest way to save & share web links, bookmarks  or tabs from anywhere to anyone",
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "contextMenus"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "save-current-tab": {
            "suggested_key": {
                "default": "Alt+C",
                "mac": "Alt+C"
            },
            "description": "Inject a save recent collection "
        },
        "save-all-tabs": {
            "suggested_key": {
                "default": "Alt+A",
                "mac": "Alt+A"
            },
            "description": "Inject a save all tabs script"
        },
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+A",
                "mac": "Alt+W"
            },
            "description": "Start the extension"
        }
    },
    "icons": {
        "16": "favicon.png",
        "19": "favicon.png",
        "32": "favicon.png",
        "48": "favicon.png",
        "128": "favicon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/bookmark.png",
                "approve.png",
                "failed.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ]
        }
    ],
    "action": {
        "default_title": "LinkCollect",
        "default_popup": "popup.html"
    },
    "manifest_version": 3
}