Copy+Paste Helper
Assists with copying and pasting in the Minitab Web UI.
什么是Copy+Paste Helper?
Copy+Paste Helper是由Minitab, Inc.开发的Chrome扩展程序,该扩展的主要功能是“Assists with copying and pasting in the Minitab Web UI.”。
扩展截图
下载Copy+Paste Helper扩展crx文件
下载Copy+Paste Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | labphpolbahnbfbchaaamggoidhoepkh |
| 官方URL | https://chromewebstore.google.com/detail/copy+paste-helper/labphpolbahnbfbchaaamggoidhoepkh |
| 简介 | Assists with copying and pasting in the Minitab Web UI. |
| 文件大小 | 21.51 KB |
| 安装次数 | 380 |
| 当前版本 | 1.1.0.10 |
| 更新时间 | 2017-06-06 |
| 上架时间 | 2017-06-05 |
| 评分 | 4.00/5 共2次评分 |
| 开发者 | Minitab, Inc. |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Copy+Paste Helper",
"version": "1.1.0.10",
"author": "Minitab, Inc.",
"description": "Assists with copying and pasting in the Minitab Web UI.",
"icons": {
"16": "logo_16x16.png",
"19": "logo_19x19.png",
"48": "logo_48x48.png",
"128": "logo_128x128.png"
},
"background": {
"page": "background.html"
},
"externally_connectable": {
"matches": [
"*:\/\/*.minitab.com\/*"
]
},
"permissions": [
"clipboardRead",
"clipboardWrite"
],
"homepage_url": "http:\/\/minitab.com"
} | |