Ultimate Org Capture

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

Τι είναι το Ultimate Org Capture;

Το Ultimate Org Capture είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Diego Berrocal, και η κύρια λειτουργία του είναι "Taking notes in org-mode while searching the web has never been easier.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Ultimate Org Capture

Λήψη αρχείων επέκτασης Ultimate Org Capture σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Ultimate Org Capture Ultimate Org Capture
ID ijcpiacdhbjjpfookgaodhblgainmcbf
Επίσημο URL https://chrome.google.com/webstore/detail/ultimate-org-capture/ijcpiacdhbjjpfookgaodhblgainmcbf
Περιγραφή Taking notes in org-mode while searching the web has never been easier.
Μέγεθος Αρχείου 49.32 KB
Αριθμός Εγκαταστάσεων 97
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2015-11-29
Ημερομηνία Δημοσίευσης 2015-11-29
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Diego Berrocal
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}