WorkFlowy Presenter
Presenter for workflowy.com.
Cos'è WorkFlowy Presenter?
WorkFlowy Presenter è un'estensione di Chrome sviluppata da Paul Madeline, e la sua funzione principale è "Presenter for workflowy.com.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WorkFlowy Presenter
Scarica i file di estensione WorkFlowy Presenter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
WorkFlowy Presenter Presenter for workflowy.com. It convert list from WorkFlowy to a presentable text for giving a talk.
Informazioni di Base sull'Estensione
Nome | WorkFlowy Presenter |
ID | hjmpmegmndopebikjnidpchepoodfnca |
URL Ufficiale | https://chromewebstore.google.com/detail/workflowy-presenter/hjmpmegmndopebikjnidpchepoodfnca |
Descrizione | Presenter for workflowy.com. |
Dimensione del File | 260 KB |
Conteggio Installazioni | 181 |
Versione Corrente | 2.3.2 |
Ultimo Aggiornamento | 2018-12-23 |
Data di Pubblicazione | 2018-12-23 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Paul Madeline |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |