tsuibami
mini editor for esa.io
什么是tsuibami?
tsuibami是由hyoshihara04开发的Chrome扩展程序,该扩展的主要功能是“mini editor for esa.io”。
扩展截图
下载tsuibami扩展crx文件
下载tsuibami扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | fdlmhgjffhgfdgcihijjlfgglhkkbghn |
| 官方URL | https://chromewebstore.google.com/detail/tsuibami/fdlmhgjffhgfdgcihijjlfgglhkkbghn |
| 简介 | mini editor for esa.io |
| 文件大小 | 150 KB |
| 安装次数 | 15 |
| 当前版本 | 0.3.2 |
| 更新时间 | 2020-07-26 |
| 上架时间 | 2019-11-04 |
| 开发者 | hyoshihara04 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/yoshihara/tsuibami |
| 帮助页面URL | https://github.com/yoshihara/tsuibami/issues |
| 支持的语言 | 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"
}
} | |