Export your outline

Export WorkFlowy to various formats including RTF and LaTeX.

Export your outlineคืออะไร?

Export your outline เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Paul Madeline และคุณลักษณะหลักของมันคือ "Export WorkFlowy to various formats including RTF and LaTeX."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Export your outline

ดาวน์โหลดไฟล์ส่วนขยาย Export your outline ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Export your outline from WorkFlowy and from Dynalist to various formats including RTF and LaTeX. The extension have a lot of options to create your document, and settings to customize your interface.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Export your outline Export your outline
ID edinllmhijkgpkganmampmppgcmefaaf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/export-your-outline/edinllmhijkgpkganmampmppgcmefaaf
คำอธิบาย Export WorkFlowy to various formats including RTF and LaTeX.
ขนาดไฟล์ 250 KB
จำนวนการติดตั้ง 141
เวอร์ชันปัจจุบัน 0.9.8
อัปเดตครั้งล่าสุด 2019-06-11
วันที่เผยแพร่ 2019-06-11
คะแนน 3.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Paul Madeline
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Export your outline",
    "short_name": "EYO",
    "version": "0.9.8",
    "version_name": "Beta 0.9.8",
    "description": "__MSG_Manifestdesc__",
    "icons": {
        "16": "image\/icon16.png",
        "48": "image\/icon48.png",
        "128": "image\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            }
        },
        "open_workflowy": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "__MSG_OpenWorkFlowy__"
        }
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/workflowy.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content_script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/dynalist.io\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content_script_dynalist.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "contextMenus"
    ],
    "page_action": {
        "default_name": "Export your outline",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "manifest_version": 2
}