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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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
}