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擴充功能。
擴展使用說明
擴展基本資訊
名稱 | Copy+Paste Helper |
ID | labphpolbahnbfbchaaamggoidhoepkh |
官方網址 | 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" } |