EasyRetro To Excel Converter
Download your EasyRetro board as a spreadsheet
什么是EasyRetro To Excel Converter?
EasyRetro To Excel Converter是由Ravi Suresh Mashru开发的Chrome扩展程序,该扩展的主要功能是“Download your EasyRetro board as a spreadsheet”。
扩展截图
下载EasyRetro To Excel Converter扩展crx文件
下载EasyRetro To Excel Converter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Download data from your EasyRetro board into a spreadsheet in a single click. 扩展基本信息
| 名称 | |
| ID | neoomajkccfdhhbffeobjiflainanfgh |
| 官方URL | https://chromewebstore.google.com/detail/easyretro-to-excel-conver/neoomajkccfdhhbffeobjiflainanfgh |
| 简介 | Download your EasyRetro board as a spreadsheet |
| 文件大小 | 374 KB |
| 安装次数 | 65 |
| 当前版本 | 0.0.3 |
| 更新时间 | 2021-04-14 |
| 上架时间 | 2021-02-14 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Ravi Suresh Mashru |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "EasyRetro To Excel Converter",
"description": "Download your EasyRetro board as a spreadsheet",
"version": "0.0.3",
"icons": {
"16": "icon.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"activeTab",
"scripting"
],
"action": {
"default_popup": "popup.html"
}
} | |