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

Obsidian Easy Clipper

View on Chrome Web Store
View Obsidian Easy Clipper Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (7 ratings)
1 new ratings
3 views
This extension has been viewed 3 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.

Easy clip web pages to Obsidian, with YouTube video saving and transcription.
Type
Extension
Users
560 users
2
Nykko Lin
View author page of Nykko Lin
Published
Published on October 15, 2024
Version 1.3.5
Manifest version
3
Updated
Updated on April 10, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Obsidian Easy 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,
    "name": "Obsidian Easy Clipper",
    "version": "1.3.5",
    "description": "Easy clip web pages to Obsidian, with YouTube video saving and transcription.",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "contextMenus",
        "alarms",
        "clipboardWrite",
        "scripting",
        "commands"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "utils\/browser-polyfill.js",
                "turndown.js",
                "Readability.js",
                "scripts\/transcription.js",
                "content.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_title": "Obsidian Easy Clipper \u8bbe\u7f6e",
        "default_popup": "popup.html",
        "theme_icons": [
            {
                "light": "images\/icon16.png",
                "dark": "images\/icon16_dark.png",
                "size": 16
            },
            {
                "light": "images\/icon48.png",
                "dark": "images\/icon48_dark.png",
                "size": 48
            },
            {
                "light": "images\/icon128.png",
                "dark": "images\/icon128_dark.png",
                "size": 128
            }
        ]
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.svg",
                "images\/*.png"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "commands": {
        "save-to-obsidian": {
            "description": "Save current page to Obsidian"
        }
    }
}
© 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