KiSSFLOW - Attachments-Download-All
This extension is for to enable download all attachments in a request
什么是KiSSFLOW - Attachments-Download-All?
KiSSFLOW - Attachments-Download-All是由KiSSFLOW开发的Chrome扩展程序,该扩展的主要功能是“This extension is for to enable download all attachments in a request”。
扩展截图
下载KiSSFLOW - Attachments-Download-All扩展crx文件
下载KiSSFLOW - Attachments-Download-All扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | bplpmfnmpdgiodnlpcafealcfbjnffmc |
| 官方URL | https://chromewebstore.google.com/detail/kissflow-attachments-down/bplpmfnmpdgiodnlpcafealcfbjnffmc |
| 简介 | This extension is for to enable download all attachments in a request |
| 文件大小 | 107 KB |
| 安装次数 | 347 |
| 当前版本 | 2 |
| 更新时间 | 2014-12-11 |
| 上架时间 | 2014-12-11 |
| 评分 | 2.50/5 共4次评分 |
| 开发者 | KiSSFLOW |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "KiSSFLOW - Attachments-Download-All",
"description": "This extension is for to enable download all attachments in a request",
"version": "2",
"author": "Orangescape",
"background": {
"persistent": true,
"scripts": [
"jquery.js",
"background.js",
"jszip.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/*.appspot.com\/*\/1\/home*"
],
"js": [
"jquery.js",
"jszip.js",
"contentscript.js"
]
}
],
"permissions": [
"*:\/\/*\/*"
]
} | |