Copy+Paste Helper
Assists with copying and pasting in the Minitab Web UI.
Wat is Copy+Paste Helper?
Copy+Paste Helper is een Chrome-extensie ontwikkeld door Minitab, Inc., en de belangrijkste functie is "Assists with copying and pasting in the Minitab Web UI.".
Extensie Screenshots
Download het CRX-bestand van de extensie Copy+Paste Helper
Download Copy+Paste Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam | |
| ID | labphpolbahnbfbchaaamggoidhoepkh |
| Officiële URL | https://chromewebstore.google.com/detail/copy+paste-helper/labphpolbahnbfbchaaamggoidhoepkh |
| Beschrijving | Assists with copying and pasting in the Minitab Web UI. |
| Bestandsgrootte | 21.51 KB |
| Aantal Installaties | 380 |
| Huidige Versie | 1.1.0.10 |
| Laatst Bijgewerkt | 2017-06-06 |
| Publicatiedatum | 2017-06-05 |
| Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Minitab, Inc. |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
} | |