Ultimate Org Capture
Taking notes in org-mode while searching the web has never been easier.
什麼是Ultimate Org Capture?
Ultimate Org Capture是由Diego Berrocal開發的Chrome擴展程式,該擴展的主要功能是“Taking notes in org-mode while searching the web has never been easier.”。
擴展截圖
下載Ultimate Org Capture擴展crx文件
下載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/
擴展基本資訊
名稱 | |
ID | ijcpiacdhbjjpfookgaodhblgainmcbf |
官方網址 | 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" } } |