Copy+Paste Helper

Assists with copying and pasting in the Minitab Web UI.

Copy+Paste Helperคืออะไร?

Copy+Paste Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Minitab, Inc. และคุณลักษณะหลักของมันคือ "Assists with copying and pasting in the Minitab Web UI."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Copy+Paste Helper

ดาวน์โหลดไฟล์ส่วนขยาย Copy+Paste Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Copy+Paste Helper 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"
}