Save to Obsidian

Early WIP Web Clipper intended for use with Obsidian.md

What is Save to Obsidian?

Save to Obsidian is a Chrome extension developed by arif.rahman.bolt, and its main feature is "Early WIP Web Clipper intended for use with Obsidian.md".

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

                        An unnoficial chrome extension to precisely get data from webpages. created with the intent to use with Obsidian.md properties. Heavily inspired by Save to Notion

This extension is **NOT** affiliated in any way with the Obsidian.md team                    

Extension Basic Information

Name Save to Obsidian Save to Obsidian
ID oadbfjklomnnpchhbgchohhejkiibifm
Official URL https://chromewebstore.google.com/detail/save-to-obsidian/oadbfjklomnnpchhbgchohhejkiibifm
Description Early WIP Web Clipper intended for use with Obsidian.md
File Size 51.21 KB
Installation Count 66
Current Version 0.1
Last Updated 2023-11-26
Publish Date 2023-10-17
Rating 5.00/5 Total 1 Ratings
Developer arif.rahman.bolt
Email [email protected]
Payment Type free
Extension Website https://github.com/peculiarnewbie/save-to-obsidian
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save to Obsidian",
    "description": "Early WIP Web Clipper intended for use with Obsidian.md",
    "version": "0.1",
    "icons": {
        "128": "public\/Group 2.png"
    },
    "manifest_version": 3,
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": [],
    "content_scripts": [
        {
            "js": [
                "assets\/svelteContent.ts-loader.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/svelteContent.css"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/dateBack.svg",
                "assets\/dateForward.svg",
                "assets\/Back.svg",
                "assets\/ElementFetcher.js",
                "assets\/svelteContent.ts.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "activeTab",
        "downloads",
        "storage"
    ]
}