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 |
公式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" } |