WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Obsidian Web Clipper

Obsidian Web Clipper

View on Chrome Web Store
View Obsidian Web Clipper Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (349 ratings)
1 new ratings
80 views
This extension has been viewed 80 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Save and highlight web pages in a private and durable format that you can access offline. The official extension for Obsidian.
Type
Extension
Users
200,000 users
100K
Website obsidian.md
Obsidian
View author page of Obsidian
Featured Extension

Hand-picked for quality and usefulness

Published
Published on September 13, 2024
Version 0.12.0
Manifest version
3
Updated
Updated on September 26, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Obsidian Web Clipper Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "Obsidian Web Clipper",
    "homepage_url": "https:\/\/obsidian.md\/",
    "version": "0.12.0",
    "description": "Save and highlight web pages in a private and durable format that you can access offline. The official extension for Obsidian.",
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "commands",
        "contextMenus",
        "sidePanel",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "<all_urls>",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "side_panel": {
        "default_path": "side-panel.html"
    },
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "browser-polyfill.min.js",
                "content.js"
            ],
            "css": [
                "highlighter.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "reader.css",
                "reader-script.js",
                "browser-polyfill.min.js",
                "style.css",
                "side-panel.html"
            ],
            "extension_ids": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+O",
                "mac": "Command+Shift+O"
            },
            "description": "__MSG_commandOpenClipper__"
        },
        "quick_clip": {
            "suggested_key": {
                "default": "Alt+Shift+O",
                "mac": "Alt+Shift+O"
            },
            "description": "__MSG_commandQuickClip__"
        },
        "toggle_highlighter": {
            "suggested_key": {
                "default": "Alt+Shift+H",
                "mac": "Alt+Shift+H"
            },
            "description": "__MSG_commandToggleHighlighter__"
        },
        "toggle_reader": {
            "suggested_key": {
                "default": "Alt+Shift+R",
                "mac": "Alt+Shift+R"
            },
            "description": "__MSG_commandToggleReader__"
        }
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top