Copy+

Copy what you want, the way you want.

Copy+คืออะไร?

Copy+ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jeffrey.d.pierce และคุณลักษณะหลักของมันคือ "Copy what you want, the way you want."

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

screenshot

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

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

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

                        Copy tab titles and links, plus selected content with attribution and deep links to well formatted documents containing anchors or ids.                    

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

ชื่อ Copy+ Copy+
ID fongiamncbegghdnkbfbklddncbhbmed
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/copy+/fongiamncbegghdnkbfbklddncbhbmed
คำอธิบาย Copy what you want, the way you want.
ขนาดไฟล์ 47.77 KB
จำนวนการติดตั้ง 72
เวอร์ชันปัจจุบัน 2020.05.02
อัปเดตครั้งล่าสุด 2020-05-05
วันที่เผยแพร่ 2020-05-02
ผู้พัฒนา jeffrey.d.pierce
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Copy+",
    "description": "Copy what you want, the way you want.",
    "version": "2020.05.02",
    "permissions": [
        "tabs",
        "contextMenus",
        "clipboardWrite",
        ""
    ],
    "browser_action": {
        "default_title": "Copy+",
        "default_icon": "images\/plus.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "icons": {
        "16": "images\/plus.png",
        "48": "images\/plus.png",
        "128": "images\/plus.png"
    }
}