Export your outline

Export WorkFlowy to various formats including RTF and LaTeX.

Export your outline क्या है?

Export your outline Paul Madeline द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Export WorkFlowy to various formats including RTF and LaTeX."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Export your outline एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}