LinkCollect - Save & Share Bookmarks

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

Was ist LinkCollect - Save & Share Bookmarks?

LinkCollect - Save & Share Bookmarks ist eine Chrome-Erweiterung, die von https://linkcollect.io entwickelt wurde, und ihr Hauptmerkmal ist "linkcollect is the simplest way to save & share web links, bookmarks or tabs from anywhere to anyone".

Erweiterungsscreenshots

screenshot
screenshot

LinkCollect - Save & Share Bookmarks-Erweiterungs-CRX-Datei herunterladen

Laden Sie LinkCollect - Save & Share Bookmarks-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name LinkCollect - Save & Share Bookmarks LinkCollect - Save & Share Bookmarks
ID knekpacpcgkieomkhhngenjeeokddkif
Offizielle URL https://chromewebstore.google.com/detail/linkcollect-save-share-bo/knekpacpcgkieomkhhngenjeeokddkif
Beschreibung linkcollect is the simplest way to save & share web links, bookmarks or tabs from anywhere to anyone
Dateigröße 1.49 MB
Installationsanzahl 1,346
Aktuelle Version 1.1.3
Letztes Update 2023-10-12
Veröffentlichungsdatum 2023-04-26
Bewertung 5.00/5 Insgesamt 10 Bewertungen
Entwickler https://linkcollect.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://linkcollect.io/
Hilfeseite URL https://linkcollect.super.site/help
URL der Datenschutzrichtlinien-Seite https://linkcollect.io/privacy
Unterstützte Sprachen 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
}