Obsidian Grab

A simple clipper for the obsidian

Wat is Obsidian Grab?

Obsidian Grab is een Chrome-extensie ontwikkeld door Utkarsh Bhimte, en de belangrijkste functie is "A simple clipper for the obsidian".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Obsidian Grab

Download Obsidian Grab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Obsidian Grab Obsidian Grab
ID cnjmphhnhmpjfoglafagcpinjedjdgcl
Officiële URL https://chromewebstore.google.com/detail/obsidian-grab/cnjmphhnhmpjfoglafagcpinjedjdgcl
Beschrijving A simple clipper for the obsidian
Bestandsgrootte 781 KB
Aantal Installaties 100
Huidige Versie 1.0.3
Laatst Bijgewerkt 2021-02-16
Publicatiedatum 2021-02-15
Beoordeling 2.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Utkarsh Bhimte
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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';"
}