Ultimate Org Capture

Taking notes in org-mode while searching the web has never been easier.

Wat is Ultimate Org Capture?

Ultimate Org Capture is een Chrome-extensie ontwikkeld door Diego Berrocal, en de belangrijkste functie is "Taking notes in org-mode while searching the web has never been easier.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Ultimate Org Capture

Download Ultimate Org Capture-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

                        You'll need aditional modification of you emacs/OS setup. Read more here: http://cestdiego.github.io/blog/2015/08/19/org-protocol/                    

Basisinformatie over de Extensie

Naam Ultimate Org Capture Ultimate Org Capture
ID ijcpiacdhbjjpfookgaodhblgainmcbf
Officiële URL https://chrome.google.com/webstore/detail/ultimate-org-capture/ijcpiacdhbjjpfookgaodhblgainmcbf
Beschrijving Taking notes in org-mode while searching the web has never been easier.
Bestandsgrootte 49.32 KB
Aantal Installaties 97
Huidige Versie 1.1
Laatst Bijgewerkt 2015-11-29
Publicatiedatum 2015-11-29
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Diego Berrocal
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ultimate Org Capture",
    "description": "Taking notes in org-mode while searching the web has never been easier.",
    "version": "1.1",
    "homepage_url": "https:\/\/github.com\/cestdiego\/org-capture-chrome",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "main.js"
        ]
    },
    "commands": {
        "link": {
            "suggested_key": {
                "default": "Ctrl+Shift+L"
            },
            "description": "Capture the link, if there was a selection, send that too"
        },
        "capture": {
            "suggested_key": {
                "default": "Ctrl+Shift+C"
            },
            "description": "Capture the selected text"
        }
    },
    "icons": {
        "128": "org-mode-unicorn-logo-large.png"
    },
    "browser_action": {
        "default_icon": "org-mode-unicorn-logo-large.png",
        "default_popup": "popup.html"
    }
}