markClipper - obsidian web clipper

markClipper insert clipped web contents directly into obsidian local vault. No config required. open source

markClipper - obsidian web clipperとは何ですか?

markClipper - obsidian web clipperはhttps://noterail.siteによって開発されたChromeの拡張機能で、その主な機能は「markClipper insert clipped web contents directly into obsidian local vault. No config required. open source」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

markClipper - obsidian web clipper拡張機能のCRXファイルをダウンロード

markClipper - obsidian web clipper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        📢 markClipper save clipped web contents directly to your obsidian vault without any config.

📌 Why you should consider this: 
✪ Save web contents directly to obsidian's vault 
✪ Clip web contents into markdown format 
✪ Capture screenshot and insert into vault in two click. 
✪ Insert image into your obsidian's vault 
✪ Insert current tab or all tabs' articles 
✪ Drag-n-drop images and selected text 
✪ Highlighter and insert highlighted text into notes 
✪ Zero config and no separate obsidian plugins required 
✪ No signup required 
✪ Free and Open source:https://github.com/anilkumarum/mark-clipper
 ✪ dark mode

📌 == FEATURES ==

✅ Save content directly to obsidian's vault 
Give file permission and your work is done. 
Extension convert web content into markdown format and directly insert formatted web contents into your vault

✅ Clip article in one click
Clip article from current tab or all open tabs in one click.
you can add frontmatter and citation.
Frontmatter keyboard shortcut: Alt +i

✅ Highlight text
Highlight text and saved highlighted text into selected notes.
Fastest highlighter in chrome web store.
markClipper highlight text without creating new DOM element.
Read more: https://web.dev/dom-size-and-interactivity/

NOTE:Highlighter is disabled by default. Enable highlighter from extension's options page

✅ Save images with correct file path 
This extension insert image file into your vault and add correct image path as markdown link in selected notes
if you need to save images from clipped articles then you need to enable from extension's options page

✅ Zero configuration
No separate obsidian plugins required. No config required

♻️ Permissions 
sidePanel:Show side panel 
activeTab:Required to read current tab's title and url 
scripting:Inject screenshot and markdown converter tools storage:Save extension configurations 
contextMenu:Add context menu on images

⌨️ Keyboard shortcuts 
Alt+M: Open extension's popup window 
Alt+S: Capture screenshot
For config keyboard shortcuts, paste this url in address bar: 
chrome://extensions/shortcuts
Alt+I: insert frontmatter in open notes (focus require on notes or window)

⚠️ Gotchas 
Never close or reload permission page:
chrome-extension://mcbhalpamcihagflkpllacdcfmmnjemn/permission/index.html

Read more about file security
https://developer.chrome.com/articles/file-system-access/#security-considerations

For Persistent Permission: please add star on crbug/1011533
https://bugs.chromium.org/p/chromium/issues/detail?id=1011533

For Brave browser
 File API is disabled by default.
You need to enable this flag "brave://flags/#file-system-access-api" to work in brave browser.

Till chromium 117:Vivaldi doesn't support side panel API

Edge browser
I don't test this extension in Edge browser

ℹ️ Support 
Please report issues on github issues https://github.com/anilkumarum/mark-clipper/issues
For detail guide, visit:https://markclipper.noterail.site/guide

You can change side panel position from settings -> appearance

Obsidian logo is owned by https://obsidian.md

🚀 0.0.5 release
🖍 Text Highlighter added
🌅 Saved imaged from clipped articles added
🐛 Medium.com bug fixed
🐛 Duplicate permission page issue fixed
📁 Images now saved in `images` folder
⚠️ Read all data from all sites permission removed

🚀 0.0.6 release
📁 file rename issue fixed
📖 Brave file api guide added                    

拡張機能の基本情報

名前 markClipper - obsidian web clipper markClipper - obsidian web clipper
ID mcbhalpamcihagflkpllacdcfmmnjemn
公式URL https://chromewebstore.google.com/detail/markclipper-obsidian-web/mcbhalpamcihagflkpllacdcfmmnjemn
説明 markClipper insert clipped web contents directly into obsidian local vault. No config required. open source
ファイルサイズ 67.46 KB
インストール数 1,000
現在のバージョン 0.0.6
最終更新日 2023-10-17
公開日 2023-08-21
評価 3.67/5 合計 6 レビュー
開発者 https://noterail.site
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://markclipper.noterail.site
ヘルプページのURL https://github.com/anilkumarum/mark-clipper/issues
プライバシーポリシーページのURL https://brahmastra.vercel.app/privacy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "116",
    "offline_enabled": true,
    "name": "markClipper - obsidian web clipper",
    "short_name": "markClipper",
    "description": "markClipper insert clipped web contents directly into obsidian local vault. No config required. open source",
    "version": "0.0.6",
    "author": "NoteRail",
    "icons": {
        "128": "icon_128.png",
        "16": "icon.png"
    },
    "action": {
        "default_title": "Open markClipper",
        "default_popup": "popup\/index.html"
    },
    "options_page": "options\/index.html",
    "side_panel": {
        "default_path": "panel\/index.html"
    },
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+M",
                "windows": "Alt+M",
                "mac": "Alt+M",
                "linux": "Alt+M"
            }
        },
        "screenshot": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Capture screenshot"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/cropper\/crop-box-HIFSQXLJ.js",
                "scripts\/cropper\/shot-cropper-7YRZYKE2.css",
                "scripts\/generator\/md-generator.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "sidePanel",
        "activeTab",
        "scripting",
        "storage",
        "contextMenus"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "optional_host_permissions": [
        ""
    ]
}