Save To Obsidian

Extension To save Website to Obsidian @Dan Monceau

什么是Save To Obsidian?

Save To Obsidian是由https://danmonceau.fr开发的Chrome扩展程序,该扩展的主要功能是“Extension To save Website to Obsidian @Dan Monceau”。

扩展截图

screenshot
screenshot

下载Save To Obsidian扩展crx文件

下载Save To Obsidian扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This is an unofficial Chrome extension for Obsidian. 

Our extension allows you to quickly and easily save any website you visit using a specific format and specific information defined in our extension template. You can then easily export your saves to the Obsidian application for organization and future use. Use this extension to save blog posts, product pages, research references and more, for future reference or professional use.                    

扩展基本信息

名称 Save To Obsidian Save To Obsidian
ID lpjpknbaigncdplelcbbpfadnepginhc
官方URL https://chromewebstore.google.com/detail/save-to-obsidian/lpjpknbaigncdplelcbbpfadnepginhc
简介 Extension To save Website to Obsidian @Dan Monceau
文件大小 13.9 KB
安装次数 627
当前版本 1.3
更新时间 2023-01-18
上架时间 2022-10-24
评分 3.00/5 共3次评分
开发者 https://danmonceau.fr
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.danmonceau.fr/
帮助页面URL https://www.danmonceau.fr/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Save To Obsidian",
    "description": "Extension To save Website to Obsidian @Dan Monceau",
    "version": "1.3",
    "author": "Dan Monceau",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "ico.png"
        },
        "default_title": "Save To Obsidian",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "ico.png",
        "48": "ico.png",
        "128": "ico.png"
    }
}