Obsidian Grab

A simple clipper for the obsidian

What is Obsidian Grab?

Obsidian Grab is a Chrome extension developed by Utkarsh Bhimte, and its main feature is "A simple clipper for the obsidian".

Extension Screenshots

screenshot

Download Obsidian Grab Extension CRX File

Download Obsidian Grab 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

                        Link your Github repo and send notes to it directly from this extension. An easy way to maintain and version your quick notes and thoughts that you come up with while surfing the internet.                    

Extension Basic Information

Name Obsidian Grab Obsidian Grab
ID cnjmphhnhmpjfoglafagcpinjedjdgcl
Official URL https://chromewebstore.google.com/detail/obsidian-grab/cnjmphhnhmpjfoglafagcpinjedjdgcl
Description A simple clipper for the obsidian
File Size 781 KB
Installation Count 100
Current Version 1.0.3
Last Updated 2021-02-16
Publish Date 2021-02-15
Rating 2.00/5 Total 1 Ratings
Developer Utkarsh Bhimte
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Obsidian Grab",
    "description": "A simple clipper for the obsidian",
    "version": "1.0.3",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": {
            "32": "icon.png"
        },
        "default_popup": "index.html",
        "default_title": "Open Popup"
    },
    "permissions": [
        "storage"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+O",
                "mac": "MacCtrl+Shift+O"
            },
            "description": "Toggle Popup"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self';"
}