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
官方網址 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"
    }
}