Save To Obsidian

Extension To save Website to Obsidian @Dan Monceau

What is Save To Obsidian?

Save To Obsidian is a Chrome extension developed by https://danmonceau.fr, and its main feature is "Extension To save Website to Obsidian @Dan Monceau".

Extension Screenshots

screenshot
screenshot

Download Save To Obsidian Extension CRX File

Download Save To Obsidian extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Save To Obsidian Save To Obsidian
ID lpjpknbaigncdplelcbbpfadnepginhc
Official URL https://chromewebstore.google.com/detail/save-to-obsidian/lpjpknbaigncdplelcbbpfadnepginhc
Description Extension To save Website to Obsidian @Dan Monceau
File Size 13.9 KB
Installation Count 627
Current Version 1.3
Last Updated 2023-01-18
Publish Date 2022-10-24
Rating 3.00/5 Total 3 Ratings
Developer https://danmonceau.fr
Email [email protected]
Payment Type free
Extension Website https://www.danmonceau.fr/
Help Page URL https://www.danmonceau.fr/
Supported Languages 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"
    }
}