tsuibami
mini editor for esa.io
What is tsuibami?
tsuibami is a Chrome extension developed by hyoshihara04, and its main feature is "mini editor for esa.io".
Extension Screenshots
Download tsuibami Extension CRX File
Download tsuibami extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | tsuibami |
ID | fdlmhgjffhgfdgcihijjlfgglhkkbghn |
Official URL | https://chromewebstore.google.com/detail/tsuibami/fdlmhgjffhgfdgcihijjlfgglhkkbghn |
Description | mini editor for esa.io |
File Size | 150 KB |
Installation Count | 15 |
Current Version | 0.3.2 |
Last Updated | 2020-07-26 |
Publish Date | 2019-11-04 |
Developer | hyoshihara04 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/yoshihara/tsuibami |
Help Page URL | https://github.com/yoshihara/tsuibami/issues |
Supported Languages | 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" } } |