Copy Buddy

A place to store things that you want to copy and paste later

Copy Buddyคืออะไร?

Copy Buddy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "A place to store things that you want to copy and paste later"

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

screenshot

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

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

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

                        A place to store things that you want to copy and paste later                    

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

ชื่อ Copy Buddy Copy Buddy
ID hfngfhpdjgdlcpgjfjhdfcdafphhfojo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/copy-buddy/hfngfhpdjgdlcpgjfjhdfcdafphhfojo
คำอธิบาย A place to store things that you want to copy and paste later
ขนาดไฟล์ 26.25 KB
จำนวนการติดตั้ง 13
เวอร์ชันปัจจุบัน 0.4.0
อัปเดตครั้งล่าสุด 2017-05-05
วันที่เผยแพร่ 2017-05-05
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/flooose/copy_buddy
URL หน้าช่วยเหลือ https://github.com/flooose/copy_buddy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Copy Buddy",
    "version": "0.4.0",
    "description": "A place to store things that you want to copy and paste later",
    "icons": {
        "16": "copy-buddy-16.png",
        "48": "copy-buddy-48.png",
        "128": "copy-buddy-128.png"
    },
    "author": "christopher floess",
    "browser_action": {
        "default_icon": "drawing-1.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "storage",
        "https:\/\/ajax.googleapis.com\/"
    ]
}