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
Eメール [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"
    }
}