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 là gì?

LinkCollect - Save & Share Bookmarks là một tiện ích mở rộng Chrome được phát triển bởi https://linkcollect.io, và tính năng chính của nó là "linkcollect is the simplest way to save & share web links, bookmarks or tabs from anywhere to anyone".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng LinkCollect - Save & Share Bookmarks

Tải xuống các tệp mở rộng LinkCollect - Save & Share Bookmarks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên LinkCollect - Save & Share Bookmarks LinkCollect - Save & Share Bookmarks
ID knekpacpcgkieomkhhngenjeeokddkif
URL Chính Thức https://chromewebstore.google.com/detail/linkcollect-save-share-bo/knekpacpcgkieomkhhngenjeeokddkif
Mô tả linkcollect is the simplest way to save & share web links, bookmarks or tabs from anywhere to anyone
Kích Thước Tệp 1.49 MB
Số Lần Cài Đặt 1,346
Phiên Bản Hiện Tại 1.1.3
Cập Nhật Lần Cuối 2023-10-12
Ngày Phát Hành 2023-04-26
Đánh Giá 5.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://linkcollect.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://linkcollect.io/
URL Trang Trợ Giúp https://linkcollect.super.site/help
URL Trang Chính Sách Bảo Mật https://linkcollect.io/privacy
Ngôn Ngữ Được Hỗ Trợ 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
}