LinkStowr

Save links and sync it to your Obsidian vault.

LinkStowr क्या है?

LinkStowr LinkShelf द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save links and sync it to your Obsidian vault."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में LinkStowr एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}