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"
    }
}