LinkStowr

Save links and sync it to your Obsidian vault.

LinkStowrคืออะไร?

LinkStowr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย LinkShelf และคุณลักษณะหลักของมันคือ "Save links and sync it to your Obsidian vault."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LinkStowr

ดาวน์โหลดไฟล์ส่วนขยาย LinkStowr ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}