Export your outline

Export WorkFlowy to various formats including RTF and LaTeX.

Qu'est-ce que Export your outline ?

Export your outline est une extension Chrome développée par Paul Madeline, et sa fonction principale est "Export WorkFlowy to various formats including RTF and LaTeX.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Export your outline

Téléchargez les fichiers d'extension Export your outline au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Export your outline Export your outline
ID edinllmhijkgpkganmampmppgcmefaaf
URL Officiel https://chrome.google.com/webstore/detail/export-your-outline/edinllmhijkgpkganmampmppgcmefaaf
Description Export WorkFlowy to various formats including RTF and LaTeX.
Taille du Fichier 250 KB
Nombre d'Installations 141
Version Actuelle 0.9.8
Dernière Mise à Jour 2019-06-11
Date de Publication 2019-06-11
Évaluation 3.50/5 Total 4 Évaluations
Développeur Paul Madeline
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}