Ultimate Org Capture
Taking notes in org-mode while searching the web has never been easier.
Co je Ultimate Org Capture?
Ultimate Org Capture je rozšíření Chrome vyvinuté Diego Berrocal, a jeho hlavní funkcí je „Taking notes in org-mode while searching the web has never been easier.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Ultimate Org Capture
Stáhněte si soubory rozšíření Ultimate Org Capture ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
You'll need aditional modification of you emacs/OS setup. Read more here: http://cestdiego.github.io/blog/2015/08/19/org-protocol/
Základní Informace o Rozšíření
Název | |
ID | ijcpiacdhbjjpfookgaodhblgainmcbf |
Oficiální URL | https://chrome.google.com/webstore/detail/ultimate-org-capture/ijcpiacdhbjjpfookgaodhblgainmcbf |
Popis | Taking notes in org-mode while searching the web has never been easier. |
Velikost souboru | 49.32 KB |
Počet instalací | 97 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2015-11-29 |
Datum Vydání | 2015-11-29 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Diego Berrocal |
Typ Platby | free |
Podporované Jazyky | 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" } } |