LinkStowr

Save links and sync it to your Obsidian vault.

LinkStowr란 무엇입니까?

LinkStowr은(는) LinkShelf에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save links and sync it to your Obsidian vault."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

LinkStowr 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        LinkStowr is a free, open source and privacy-friendly set of tools designed to make it extremely easy to capture and store your valuable online resources in a structured and meaningful way. You can think of it like using Obsidian as your bookmark manager for all your web links.

To get started:
- Create an account at https://linkstowr.com/ and generate an Access Token.
- Download this Chrome Extension and input your Access Token.
- Start saving links using the Chrome Extension.
- Install the LinkStowr Obsidian plugin and sync your saved links.

Once the links have been synced to your Obsidian vault they will be deleted from the LinkStowr database ensuring your vault is the only long term home for your links.                    

확장 프로그램 기본 정보

이름 LinkStowr LinkStowr
ID aabkobajeambdejghgegicnhcndhcjpk
공식 URL https://chromewebstore.google.com/detail/linkstowr/aabkobajeambdejghgegicnhcndhcjpk
설명 Save links and sync it to your Obsidian vault.
파일 크기 40.29 KB
설치 횟수 81
현재 버전 0.3.1
최근 업데이트 2023-10-30
출시 날짜 2023-09-24
개발자 LinkShelf
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://linkstowr.com
개인정보 보호 정책 페이지 URL https://linkstowr.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LinkStowr",
    "short_name": "LinkStowr",
    "description": "Save links and sync it to your Obsidian vault.",
    "version": "0.3.1",
    "manifest_version": 3,
    "icons": {
        "16": "src\/assets\/icons\/icon-16.png",
        "32": "src\/assets\/icons\/icon-32.png",
        "48": "src\/assets\/icons\/icon-48.png",
        "128": "src\/assets\/icons\/icon-128.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/popup\/popup.html",
        "default_icon": {
            "16": "src\/assets\/icons\/icon-16.png",
            "32": "src\/assets\/icons\/icon-32.png",
            "48": "src\/assets\/icons\/icon-48.png",
            "128": "src\/assets\/icons\/icon-128.png"
        }
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+Shift+D",
                "mac": "Alt+Shift+D",
                "chromeos": "Alt+Shift+D",
                "linux": "Alt+Shift+D"
            }
        }
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}