WorkFlowy Presenter

Presenter for workflowy.com.

Apa itu WorkFlowy Presenter?

WorkFlowy Presenter adalah ekstensi Chrome yang dikembangkan oleh Paul Madeline, dan fitur utamanya adalah "Presenter for workflowy.com.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi WorkFlowy Presenter

Unduh file ekstensi WorkFlowy Presenter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        WorkFlowy Presenter
Presenter for workflowy.com.
It convert list from WorkFlowy to a presentable text for giving a talk.                    

Informasi Dasar Ekstensi

Nama WorkFlowy Presenter WorkFlowy Presenter
ID hjmpmegmndopebikjnidpchepoodfnca
URL Resmi https://chromewebstore.google.com/detail/workflowy-presenter/hjmpmegmndopebikjnidpchepoodfnca
Deskripsi Presenter for workflowy.com.
Ukuran File 260 KB
Jumlah Instalasi 181
Versi Saat Ini 2.3.2
Terakhir Diperbarui 2018-12-23
Tanggal Publikasi 2018-12-23
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Paul Madeline
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WorkFlowy Presenter",
    "short_name": "WFP",
    "version": "3.3.2",
    "version_name": "2.3.2",
    "description": "Presenter for workflowy.com.",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/workflowy.com\/*",
                "https:\/\/beta.workflowy.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js",
                "js\/modal.js"
            ]
        }
    ],
    "icons": {
        "16": "image\/icon16.png",
        "48": "image\/icon48.png",
        "128": "image\/icon128.png"
    },
    "page_action": {
        "default_title": "WorkFlowy Presenter",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        "css\/*.css",
        "modal.html",
        "js\/inject.js",
        "js\/latex.js",
        "js\/markdown.js"
    ]
}