tsuibami
mini editor for esa.io
Wat is tsuibami?
tsuibami is een Chrome-extensie ontwikkeld door hyoshihara04, en de belangrijkste functie is "mini editor for esa.io".
Extensie Screenshots
Download het CRX-bestand van de extensie tsuibami
Download tsuibami-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | tsuibami |
ID | fdlmhgjffhgfdgcihijjlfgglhkkbghn |
Officiële URL | https://chromewebstore.google.com/detail/tsuibami/fdlmhgjffhgfdgcihijjlfgglhkkbghn |
Beschrijving | mini editor for esa.io |
Bestandsgrootte | 150 KB |
Aantal Installaties | 15 |
Huidige Versie | 0.3.2 |
Laatst Bijgewerkt | 2020-07-26 |
Publicatiedatum | 2019-11-04 |
Ontwikkelaar | hyoshihara04 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/yoshihara/tsuibami |
Help Pagina-URL | https://github.com/yoshihara/tsuibami/issues |
Ondersteunde Talen | 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" } } |