LinkStowr
Save links and sync it to your Obsidian vault.
什么是LinkStowr?
LinkStowr是由LinkShelf开发的Chrome扩展程序,该扩展的主要功能是“Save links and sync it to your Obsidian vault.”。
扩展截图
下载LinkStowr扩展crx文件
下载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 |
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" ] } |