Ultimate Org Capture

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

¿Qué es Ultimate Org Capture?

Ultimate Org Capture es una extensión de Chrome desarrollada por Diego Berrocal, y su función principal es "Taking notes in org-mode while searching the web has never been easier.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Ultimate Org Capture

Descarga archivos de extensión Ultimate Org Capture en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Ultimate Org Capture Ultimate Org Capture
ID ijcpiacdhbjjpfookgaodhblgainmcbf
URL Oficial https://chrome.google.com/webstore/detail/ultimate-org-capture/ijcpiacdhbjjpfookgaodhblgainmcbf
Descripción Taking notes in org-mode while searching the web has never been easier.
Tamaño del Archivo 49.32 KB
Cantidad de Instalaciones 97
Versión Actual 1.1
Última Actualización 2015-11-29
Fecha de Publicación 2015-11-29
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Diego Berrocal
Tipo de Pago free
Idiomas Soportados 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"
    }
}