tsuibami
mini editor for esa.io
Cos'è tsuibami?
tsuibami è un'estensione di Chrome sviluppata da hyoshihara04, e la sua funzione principale è "mini editor for esa.io".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione tsuibami
Scarica i file di estensione tsuibami 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
tsuibami is the mini editor for esa.io. With this extension, you can create posts as WIP to your team's esa.io and update it.
Informazioni di Base sull'Estensione
Nome | tsuibami |
ID | fdlmhgjffhgfdgcihijjlfgglhkkbghn |
URL Ufficiale | https://chromewebstore.google.com/detail/tsuibami/fdlmhgjffhgfdgcihijjlfgglhkkbghn |
Descrizione | mini editor for esa.io |
Dimensione del File | 150 KB |
Conteggio Installazioni | 15 |
Versione Corrente | 0.3.2 |
Ultimo Aggiornamento | 2020-07-26 |
Data di Pubblicazione | 2019-11-04 |
Sviluppatore | hyoshihara04 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/yoshihara/tsuibami |
URL della Pagina di Aiuto | https://github.com/yoshihara/tsuibami/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "tsuibami", "version": "0.3.2", "manifest_version": 2, "description": "mini editor for esa.io", "permissions": [ "storage", "https:\/\/api.esa.io\/v1\/" ], "options_page": "options.html", "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+I", "mac": "Command+I" } } }, "browser_action": { "default_icon": "icon.png", "default_title": "tsuibami", "default_popup": "index.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |