LinkCollect - Save & Share Bookmarks

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

什麼是LinkCollect - Save & Share Bookmarks?

LinkCollect - Save & Share Bookmarks是由https://linkcollect.io開發的Chrome擴展程式,該擴展的主要功能是“linkcollect is the simplest way to save & share web links, bookmarks or tabs from anywhere to anyone”。

擴展截圖

screenshot
screenshot

下載LinkCollect - Save & Share Bookmarks擴展crx文件

下載LinkCollect - Save & Share Bookmarks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 LinkCollect - Save & Share Bookmarks LinkCollect - Save & Share Bookmarks
ID knekpacpcgkieomkhhngenjeeokddkif
官方網址 https://chromewebstore.google.com/detail/linkcollect-save-share-bo/knekpacpcgkieomkhhngenjeeokddkif
簡介 linkcollect is the simplest way to save & share web links, bookmarks or tabs from anywhere to anyone
檔案大小 1.49 MB
安裝次數 1,346
目前版本 1.1.3
更新時間 2023-10-12
上架時間 2023-04-26
評分 5.00/5 共 10 次評分
開發者 https://linkcollect.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://linkcollect.io/
說明頁面URL https://linkcollect.super.site/help
隱私政策頁面URL https://linkcollect.io/privacy
支援的語言 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
}