Obsidian Clipper

Obsidian Web Clipper Chrome Extension to save articles and pages from the web in Obsidian

什么是Obsidian Clipper?

Obsidian Clipper是由faumeier02开发的Chrome扩展程序,该扩展的主要功能是“Obsidian Web Clipper Chrome Extension to save articles and pages from the web in Obsidian”。

扩展截图

screenshot
screenshot

下载Obsidian Clipper扩展crx文件

下载Obsidian Clipper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The extension utilizes Readability.js to extract the content of the article of a website, as well as important metadata such as the domain, title, timestamp, excerpt, and word count. This allows you to easily organize and access your saved articles within your Obsidian vault. The extension is simple and easy to use, with a one-click saving feature that adds the article to your vault. This is a great tool for researchers, students, and anyone who wants to save and organize articles for later reading and reference.

Please navigate to the extension's settings to specify the Obsidian vault where you'd like your articles stored.


Obsidian icon by Icons8                    

扩展基本信息

名称 Obsidian Clipper Obsidian Clipper
ID hkfbbbooclabgjedfpeihhjjlgeclgnf
官方URL https://chromewebstore.google.com/detail/obsidian-clipper/hkfbbbooclabgjedfpeihhjjlgeclgnf
简介 Obsidian Web Clipper Chrome Extension to save articles and pages from the web in Obsidian
文件大小 31.28 KB
安装次数 853
当前版本 0.2.0
更新时间 2023-06-19
上架时间 2023-01-24
评分 3.71/5 共7次评分
开发者 faumeier02
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/florian42/obsidian-clipper
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Obsidian Clipper",
    "version": "0.2.0",
    "description": "Obsidian Web Clipper Chrome Extension to save articles and pages from the web in Obsidian",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon_16.png",
            "32": "icons\/icon_32.png",
            "48": "icons\/icon_48.png",
            "128": "icons\/icon_128.png"
        }
    }
}