Linker - Save. Group. Share.

All-in-one Bookmark and Snippets Manager

Linker - Save. Group. Share.란 무엇입니까?

Linker - Save. Group. Share.은(는) https://getlinker.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "All-in-one Bookmark and Snippets Manager"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Linker - Save. Group. Share. 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Linker has been upgraded to give you the power to organize your bookmarks into Workspaces, allowing you to keep your personal and work environments separate. You can further organize your bookmarks by creating folders and sub-folders. Moreover, you can now tag your bookmarks for easy searching and grouping.                    

확장 프로그램 기본 정보

이름 Linker - Save. Group. Share. Linker - Save. Group. Share.
ID higmpfakidjnhidefjieejmphpmlpbea
공식 URL https://chromewebstore.google.com/detail/linker-save-group-share/higmpfakidjnhidefjieejmphpmlpbea
설명 All-in-one Bookmark and Snippets Manager
파일 크기 4.69 MB
설치 횟수 338
현재 버전 2.0
최근 업데이트 2023-12-11
출시 날짜 2021-07-19
평점 5.00/5 총 4 개의 평점
개발자 https://getlinker.app
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://getlinker.app
도움말 페이지 URL https://getlinker.tawk.help/
개인정보 보호 정책 페이지 URL https://getlinker.app/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Linker - Save. Group. Share.",
    "description": "All-in-one Bookmark and Snippets Manager",
    "homepage_url": "https:\/\/getlinker.app",
    "version": "2.0",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/favicon-16x16.png",
        "32": "icons\/favicon-32x32.png",
        "48": "icons\/mstile-70x70.png",
        "128": "icons\/mstile-150x150.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "cookies",
        "tabs",
        "contextMenus",
        "bookmarks",
        "storage"
    ],
    "action": [],
    "background": {
        "service_worker": ".\/static\/js\/background.js",
        "mode": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/static\/js\/content.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/getlinker.app\/*",
            "*:\/\/localhost\/*",
            "*:\/\/app.getlinker.app\/*"
        ],
        "accepts_tls_channel_id": false
    }
}